1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- // generated by unplugin-vue-components
- // We suggest you to commit this file into source control
- // Read more: https://github.com/vuejs/vue-next/pull/3399
- declare module 'vue' {
- export interface GlobalComponents {
- 404: typeof import('./src/components/404.vue')['default']
- AButton: typeof import('ant-design-vue/es')['Button']
- ACollapse: typeof import('ant-design-vue/es')['Collapse']
- ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
- AForm: typeof import('ant-design-vue/es')['Form']
- AFormItem: typeof import('ant-design-vue/es')['FormItem']
- AInput: typeof import('ant-design-vue/es')['Input']
- AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
- AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
- AMenu: typeof import('ant-design-vue/es')['Menu']
- AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
- AModal: typeof import('ant-design-vue/es')['Modal']
- ARadio: typeof import('ant-design-vue/es')['Radio']
- ARadioButton: typeof import('ant-design-vue/es')['RadioButton']
- ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
- ASelect: typeof import('ant-design-vue/es')['Select']
- ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
- ASpin: typeof import('ant-design-vue/es')['Spin']
- ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
- ASwitch: typeof import('ant-design-vue/es')['Switch']
- ATable: typeof import('ant-design-vue/es')['Table']
- ATabPane: typeof import('ant-design-vue/es')['TabPane']
- ATabs: typeof import('ant-design-vue/es')['Tabs']
- ATextarea: typeof import('ant-design-vue/es')['Textarea']
- ATimeline: typeof import('ant-design-vue/es')['Timeline']
- ATimelineItem: typeof import('ant-design-vue/es')['TimelineItem']
- CommonRangeConfig: typeof import('./src/components/CommonRangeConfig.vue')['default']
- CourseSelect: typeof import('./src/components/CourseSelect.vue')['default']
- CourseTypeSelect: typeof import('./src/components/CourseTypeSelect.vue')['default']
- 'CourseTypeSelect copy': typeof import('./src/components/CourseTypeSelect copy.vue')['default']
- ExplainModal: typeof import('./src/components/ExplainModal.vue')['default']
- Layout: typeof import('./src/components/Layout.vue')['default']
- PaperTypeSelect: typeof import('./src/components/PaperTypeSelect.vue')['default']
- ProjectCourseSelect: typeof import('./src/components/ProjectCourseSelect.vue')['default']
- 'ProjectCourseSelect copy': typeof import('./src/components/ProjectCourseSelect copy.vue')['default']
- ProjectSelect: typeof import('./src/components/ProjectSelect.vue')['default']
- ProjectStatusSelect: typeof import('./src/components/ProjectStatusSelect.vue')['default']
- 'ProjectStatusSelect copy': typeof import('./src/components/ProjectStatusSelect copy.vue')['default']
- QmButton: typeof import('./src/components/QmButton.vue')['default']
- RoleSelect: typeof import('./src/components/RoleSelect.vue')['default']
- RootOrgSelect: typeof import('./src/components/RootOrgSelect.vue')['default']
- 'RootOrgSelect copy': typeof import('./src/components/RootOrgSelect copy.vue')['default']
- StateSelect: typeof import('./src/components/StateSelect.vue')['default']
- }
- }
- export { }
|