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