drawing-back/shims-uni.d.ts

11 lines
204 B
TypeScript
Raw Permalink Normal View History

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