components.d.ts 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/vue-next/pull/3399
  4. declare module 'vue' {
  5. export interface GlobalComponents {
  6. 404: typeof import('./src/components/404.vue')['default']
  7. AButton: typeof import('ant-design-vue/es')['Button']
  8. ACollapse: typeof import('ant-design-vue/es')['Collapse']
  9. ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
  10. AForm: typeof import('ant-design-vue/es')['Form']
  11. AFormItem: typeof import('ant-design-vue/es')['FormItem']
  12. AInput: typeof import('ant-design-vue/es')['Input']
  13. AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
  14. AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
  15. AMenu: typeof import('ant-design-vue/es')['Menu']
  16. AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
  17. AModal: typeof import('ant-design-vue/es')['Modal']
  18. ARadio: typeof import('ant-design-vue/es')['Radio']
  19. ARadioButton: typeof import('ant-design-vue/es')['RadioButton']
  20. ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
  21. ASelect: typeof import('ant-design-vue/es')['Select']
  22. ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
  23. ASpin: typeof import('ant-design-vue/es')['Spin']
  24. ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
  25. ASwitch: typeof import('ant-design-vue/es')['Switch']
  26. ATable: typeof import('ant-design-vue/es')['Table']
  27. ATabPane: typeof import('ant-design-vue/es')['TabPane']
  28. ATabs: typeof import('ant-design-vue/es')['Tabs']
  29. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  30. ATimeline: typeof import('ant-design-vue/es')['Timeline']
  31. ATimelineItem: typeof import('ant-design-vue/es')['TimelineItem']
  32. CommonRangeConfig: typeof import('./src/components/CommonRangeConfig.vue')['default']
  33. CourseSelect: typeof import('./src/components/CourseSelect.vue')['default']
  34. CourseTypeSelect: typeof import('./src/components/CourseTypeSelect.vue')['default']
  35. 'CourseTypeSelect copy': typeof import('./src/components/CourseTypeSelect copy.vue')['default']
  36. ExplainModal: typeof import('./src/components/ExplainModal.vue')['default']
  37. Layout: typeof import('./src/components/Layout.vue')['default']
  38. PaperTypeSelect: typeof import('./src/components/PaperTypeSelect.vue')['default']
  39. ProjectCourseSelect: typeof import('./src/components/ProjectCourseSelect.vue')['default']
  40. 'ProjectCourseSelect copy': typeof import('./src/components/ProjectCourseSelect copy.vue')['default']
  41. ProjectSelect: typeof import('./src/components/ProjectSelect.vue')['default']
  42. ProjectStatusSelect: typeof import('./src/components/ProjectStatusSelect.vue')['default']
  43. 'ProjectStatusSelect copy': typeof import('./src/components/ProjectStatusSelect copy.vue')['default']
  44. QmButton: typeof import('./src/components/QmButton.vue')['default']
  45. RoleSelect: typeof import('./src/components/RoleSelect.vue')['default']
  46. RootOrgSelect: typeof import('./src/components/RootOrgSelect.vue')['default']
  47. 'RootOrgSelect copy': typeof import('./src/components/RootOrgSelect copy.vue')['default']
  48. StateSelect: typeof import('./src/components/StateSelect.vue')['default']
  49. }
  50. }
  51. export { }