uniapp-h5/src/shime-uni.d.ts

6 lines
140 B
TypeScript
Raw Normal View History

2024-06-25 10:27:51 +08:00
export {};
declare module "vue" {
type Hooks = App.AppInstance & Page.PageInstance;
interface ComponentCustomOptions extends Hooks {}
}