1
yyb
2026-04-22 a000a7311f8a292e91fc53c8f343c235324a7e6e
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}