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