-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
33 lines (31 loc) · 1.68 KB
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
ACol: typeof import('ant-design-vue/es')['Col']
ADivider: typeof import('ant-design-vue/es')['Divider']
ADropdown: typeof import('ant-design-vue/es')['Dropdown']
AInput: typeof import('ant-design-vue/es')['Input']
AMenu: typeof import('ant-design-vue/es')['Menu']
AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
ARow: typeof import('ant-design-vue/es')['Row']
BarChart: typeof import('./src/components/chartModules/BarChart/BarChart.vue')['default']
BaseContainer: typeof import('./src/components/screen/baseContainer.vue')['default']
BaseHeader: typeof import('./src/components/screen/baseHeader.vue')['default']
BaseResizeFrame: typeof import('./src/components/frames/BaseResizeFrame.vue')['default']
Charts: typeof import('./src/components/Charts.vue')['default']
ChartType: typeof import('./src/components/ChartType.vue')['default']
ChoicePosition: typeof import('./src/components/choicePosition/index.vue')['default']
FlvVideo: typeof import('./src/components/FlvVideo.vue')['default']
MapChart: typeof import('./src/components/chartModules/MapChart/MapChart.vue')['default']
PieChart: typeof import('./src/components/chartModules/PieChart/PieChart.vue')['default']
ResizeFrame: typeof import('./src/components/frames/ResizeFrame.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}