ppms-uni-vue3-huertian/src/shime-uni.d.ts
2024-09-14 21:04:16 +08:00

6 lines
139 B
TypeScript

export {}
declare module "vue" {
type Hooks = App.AppInstance & Page.PageInstance;
interface ComponentCustomOptions extends Hooks {}
}