- export {}
- declare module "vue" {
- type Hooks = App.AppInstance & Page.PageInstance;
- interface ComponentCustomOptions extends Hooks {}
- }
- declare module 'qiun-data-charts';
- declare module '@vue/runtime-core' {
- export interface GlobalComponents {
- QiunDataCharts: any;
- }
- }
|