chenhj
2025-07-29 34885c4cc9a556fcacaf3d2c4a0144f305139cbd
1
2
3
4
5
6
7
8
/// <reference types='@dcloudio/types' />
import "vue";
 
declare module "@vue/runtime-core" {
  type Hooks = App.AppInstance & Page.PageInstance;
 
  interface ComponentCustomOptions extends Hooks {}
}