components.d.ts 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/core/pull/3399
  4. import '@vue/runtime-core'
  5. export {}
  6. declare module '@vue/runtime-core' {
  7. export interface GlobalComponents {
  8. AAlert: typeof import('ant-design-vue/es')['Alert']
  9. ABreadcrumb: typeof import('ant-design-vue/es')['Breadcrumb']
  10. ABreadcrumbItem: typeof import('ant-design-vue/es')['BreadcrumbItem']
  11. AButton: typeof import('ant-design-vue/es')['Button']
  12. ACard: typeof import('ant-design-vue/es')['Card']
  13. ACol: typeof import('ant-design-vue/es')['Col']
  14. AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
  15. ADivider: typeof import('ant-design-vue/es')['Divider']
  16. ADrawer: typeof import('ant-design-vue/es')['Drawer']
  17. AEmpty: typeof import('ant-design-vue/es')['Empty']
  18. AForm: typeof import('ant-design-vue/es')['Form']
  19. AFormItem: typeof import('ant-design-vue/es')['FormItem']
  20. AInput: typeof import('ant-design-vue/es')['Input']
  21. AInputGroup: typeof import('ant-design-vue/es')['InputGroup']
  22. AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
  23. ALayout: typeof import('ant-design-vue/es')['Layout']
  24. ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
  25. ALayoutFooter: typeof import('ant-design-vue/es')['LayoutFooter']
  26. ALayoutHeader: typeof import('ant-design-vue/es')['LayoutHeader']
  27. ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider']
  28. AMenu: typeof import('ant-design-vue/es')['Menu']
  29. AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
  30. AModal: typeof import('ant-design-vue/es')['Modal']
  31. APagination: typeof import('ant-design-vue/es')['Pagination']
  32. APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
  33. AProgress: typeof import('ant-design-vue/es')['Progress']
  34. AResult: typeof import('ant-design-vue/es')['Result']
  35. ARow: typeof import('ant-design-vue/es')['Row']
  36. ASelect: typeof import('ant-design-vue/es')['Select']
  37. ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
  38. ASpace: typeof import('ant-design-vue/es')['Space']
  39. AStatistic: typeof import('ant-design-vue/es')['Statistic']
  40. AStep: typeof import('ant-design-vue/es')['Step']
  41. ASteps: typeof import('ant-design-vue/es')['Steps']
  42. ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
  43. ASwitch: typeof import('ant-design-vue/es')['Switch']
  44. ATable: typeof import('ant-design-vue/es')['Table']
  45. ATabPane: typeof import('ant-design-vue/es')['TabPane']
  46. ATabs: typeof import('ant-design-vue/es')['Tabs']
  47. ATag: typeof import('ant-design-vue/es')['Tag']
  48. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  49. BreadcrumbBreadcrumb: typeof import('./src/components/Breadcrumb/Breadcrumb.vue')['default']
  50. ChartAreaChart: typeof import('./src/components/Chart/AreaChart.vue')['default']
  51. ChartRadialBarChart: typeof import('./src/components/Chart/RadialBarChart.vue')['default']
  52. CodeEditorCodeEditor: typeof import('./src/components/CodeEditor/CodeEditor.vue')['default']
  53. FooterToolbarFooterToolBar: typeof import('./src/components/FooterToolbar/FooterToolBar.vue')['default']
  54. LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default']
  55. PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
  56. RouterLink: typeof import('vue-router')['RouterLink']
  57. RouterView: typeof import('vue-router')['RouterView']
  58. SetLanguageSetLanguage: typeof import('./src/components/SetLanguage/SetLanguage.vue')['default']
  59. StdDataDisplayStdBatchEdit: typeof import('./src/components/StdDataDisplay/StdBatchEdit.vue')['default']
  60. StdDataDisplayStdCurd: typeof import('./src/components/StdDataDisplay/StdCurd.vue')['default']
  61. StdDataDisplayStdPagination: typeof import('./src/components/StdDataDisplay/StdPagination.vue')['default']
  62. StdDataDisplayStdTable: typeof import('./src/components/StdDataDisplay/StdTable.vue')['default']
  63. StdDataEntryComponentsStdPassword: typeof import('./src/components/StdDataEntry/components/StdPassword.vue')['default']
  64. StdDataEntryComponentsStdSelect: typeof import('./src/components/StdDataEntry/components/StdSelect.vue')['default']
  65. StdDataEntryComponentsStdSelector: typeof import('./src/components/StdDataEntry/components/StdSelector.vue')['default']
  66. StdDataEntryCompontentsStdPassword: typeof import('./src/components/StdDataEntry/compontents/StdPassword.vue')['default']
  67. StdDataEntryCompontentsStdSelect: typeof import('./src/components/StdDataEntry/compontents/StdSelect.vue')['default']
  68. StdDataEntryCompontentsStdSelector: typeof import('./src/components/StdDataEntry/compontents/StdSelector.vue')['default']
  69. }
  70. }