gaoluyang
2025-09-05 3f88a4f81bbfc424caa1391f4b3969c26fbf8485
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}