unibest/src/shime-uni.d.ts

7 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
2023-12-21 15:26:15 +08:00
interface ComponentCustomOptions extends Hooks {}
}