freight-web/shims-uni.d.ts

11 lines
204 B
TypeScript
Raw Permalink Normal View History

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