unibest/src/shime-uni.d.ts

6 lines
139 B
TypeScript
Raw Normal View History

2023-12-21 15:26:15 +08:00
export {}
declare module "vue" {
type Hooks = App.AppInstance & Page.PageInstance;
interface ComponentCustomOptions extends Hooks {}
}