24 lines
1.1 KiB
TypeScript
24 lines
1.1 KiB
TypeScript
|
|
/* 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 {
|
||
|
|
AButton: typeof import('ant-design-vue/es')['Button']
|
||
|
|
AForm: typeof import('ant-design-vue/es')['Form']
|
||
|
|
AFormItem: typeof import('ant-design-vue/es')['FormItem']
|
||
|
|
AInput: typeof import('ant-design-vue/es')['Input']
|
||
|
|
AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
|
||
|
|
FilePreviewModal: typeof import('./components/FilePreviewModal.vue')['default']
|
||
|
|
FileUploader: typeof import('./components/course/FileUploader.vue')['default']
|
||
|
|
LessonConfigPanel: typeof import('./components/course/LessonConfigPanel.vue')['default']
|
||
|
|
LessonStepsEditor: typeof import('./components/course/LessonStepsEditor.vue')['default']
|
||
|
|
NotificationBell: typeof import('./components/NotificationBell.vue')['default']
|
||
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||
|
|
RouterView: typeof import('vue-router')['RouterView']
|
||
|
|
}
|
||
|
|
}
|