water-design-const-app/shims-uni.d.ts

11 lines
204 B
TypeScript
Raw Permalink Normal View History

2025-07-29 09:25:24 +08:00
/// <reference types='@dcloudio/types' />
import 'vue'
declare module '@vue/runtime-core' {
type Hooks = App.AppInstance & Page.PageInstance;
interface ComponentCustomOptions extends Hooks {
}
}