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