-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
61 lines (60 loc) · 3.73 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
CandleChart: typeof import('./src/components/CandleChart.vue')['default']
CanT: typeof import('./src/components/CanT.vue')['default']
DataDetail: typeof import('./src/components/StockData/DataDetail.vue')['default']
Detail: typeof import('./src/components/StockData/Detail.vue')['default']
DisPlay: typeof import('./src/components/settingComponents/DisPlay.vue')['default']
DragTest: typeof import('./src/components/DragTest.vue')['default']
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
ElButton: typeof import('element-plus/es')['ElButton']
ElCard: typeof import('element-plus/es')['ElCard']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElDrawer: typeof import('element-plus/es')['ElDrawer']
ElInput: typeof import('element-plus/es')['ElInput']
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
ElRow: typeof import('element-plus/es')['ElRow']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSlider: typeof import('element-plus/es')['ElSlider']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTabPane: typeof import('element-plus/es')['ElTabPane']
ElTabs: typeof import('element-plus/es')['ElTabs']
ElTag: typeof import('element-plus/es')['ElTag']
ElText: typeof import('element-plus/es')['ElText']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
FUn: typeof import('./src/components/settingComponents/FUn.vue')['default']
GroupTab: typeof import('./src/components/GroupTab.vue')['default']
Header: typeof import('./src/components/Header.vue')['default']
MainLayout: typeof import('./src/components/MainLayout.vue')['default']
NewCandleChart: typeof import('./src/components/NewCandleChart.vue')['default']
NewNewCandleChart: typeof import('./src/components/NewNewCandleChart.vue')['default']
Position: typeof import('./src/components/Position.vue')['default']
PositionChart: typeof import('./src/components/PositionComponents/PositionChart.vue')['default']
PositionUpdate: typeof import('./src/components/PositionComponents/PositionUpdate.vue')['default']
RHeader: typeof import('./src/components/transactionRecordComponents/RHeader.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
RTable: typeof import('./src/components/transactionRecordComponents/RTable.vue')['default']
RToolBar: typeof import('./src/components/transactionRecordComponents/RToolBar.vue')['default']
Search: typeof import('./src/components/Search.vue')['default']
Setting: typeof import('./src/components/Setting.vue')['default']
StockGroupMange: typeof import('./src/components/group/StockGroupMange.vue')['default']
StockGroupSelect: typeof import('./src/components/group/StockGroupSelect.vue')['default']
StockTable: typeof import('./src/components/StockTable.vue')['default']
Tool: typeof import('./src/components/Tool.vue')['default']
TransactionRecord: typeof import('./src/components/TransactionRecord.vue')['default']
}
}