yzxy-h5/shims-uni.d.ts

11 lines
204 B
TypeScript
Raw Permalink Normal View History

2024-08-22 10:41:59 +08:00
/// <reference types='@dcloudio/types' />
import 'vue'
declare module '@vue/runtime-core' {
type Hooks = App.AppInstance & Page.PageInstance;
interface ComponentCustomOptions extends Hooks {
}
}