Files
anxinyan/user-app/src/shime-uni.d.ts
wushumin 9aac78b8da first
2026-05-11 15:28:27 +08:00

6 lines
139 B
TypeScript

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