smart-admin/smart-app/src/shime-uni.d.ts
2024-03-10 22:26:32 +08:00

6 lines
140 B
TypeScript

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