-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
56 lines (55 loc) · 3.46 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
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AButton: typeof import('ant-design-vue/es')['Button']
ACard: typeof import('ant-design-vue/es')['Card']
ACol: typeof import('ant-design-vue/es')['Col']
AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
ADrawer: typeof import('ant-design-vue/es')['Drawer']
AEmpty: typeof import('ant-design-vue/es')['Empty']
AFloatButton: typeof import('ant-design-vue/es')['FloatButton']
AFormItem: typeof import('ant-design-vue/es')['FormItem']
AInput: typeof import('ant-design-vue/es')['Input']
ARow: typeof import('ant-design-vue/es')['Row']
ASegmented: typeof import('ant-design-vue/es')['Segmented']
ASpace: typeof import('ant-design-vue/es')['Space']
ASpin: typeof import('ant-design-vue/es')['Spin']
ASwitch: typeof import('ant-design-vue/es')['Switch']
ATabPane: typeof import('ant-design-vue/es')['TabPane']
ATabs: typeof import('ant-design-vue/es')['Tabs']
ATextarea: typeof import('ant-design-vue/es')['Textarea']
ATooltip: typeof import('ant-design-vue/es')['Tooltip']
ComicImage: typeof import('./src/components/comic/comic-image.vue')['default']
ComicReader: typeof import('./src/components/comic/comic-reader.vue')['default']
EditorWorker: typeof import('./src/components/monacoEditor/components/editor-worker.vue')['default']
GhsComment: typeof import('./src/components/comment/ghs-comment.vue')['default']
GhsDialog: typeof import('./src/components/dialog/ghs-dialog.vue')['default']
GhsImg: typeof import('./src/components/image/ghs-img.vue')['default']
GhsImgPlain: typeof import('./src/components/image/ghs-img-plain.vue')['default']
GhsItem: typeof import('./src/components/item/ghs-item.vue')['default']
GhsLoading: typeof import('./src/components/loading/ghs-loading.vue')['default']
GhsMenu: typeof import('./src/components/menu/ghs-menu.vue')['default']
GhsPagination: typeof import('./src/components/pagination/ghs-pagination.vue')['default']
GhsPlayer: typeof import('./src/components/player/ghs-player.vue')['default']
GhsPlayerComments: typeof import('./src/components/player/ghs-player-comments.vue')['default']
GhsPlayerSeries: typeof import('./src/components/player/ghs-player-series.vue')['default']
GhsScroller: typeof import('./src/components/scroller/ghs-scroller.vue')['default']
GhsTag: typeof import('./src/components/tag/ghs-tag.vue')['default']
GhsText: typeof import('./src/components/text/ghs-text.vue')['default']
ImgPercentage: typeof import('./src/components/image/component/ImgPercentage.vue')['default']
ImgViewer: typeof import('./src/components/imgViewer/img-viewer.vue')['default']
Loading: typeof import('./src/components/layout/components/loading.vue')['default']
MainLayout: typeof import('./src/components/layout/main-layout.vue')['default']
MonacoEditor: typeof import('./src/components/monacoEditor/monaco-editor.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Search: typeof import('./src/components/search/search.vue')['default']
VideoHtml5: typeof import('./src/components/player/video-html5.vue')['default']
ViewLayout: typeof import('./src/components/layout/view-layout.vue')['default']
}
}