components.d.ts 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
  23. AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
  24. ALayout: typeof import('ant-design-vue/es')['Layout']
  25. ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
  26. ALayoutFooter: typeof import('ant-design-vue/es')['LayoutFooter']
  27. ALayoutHeader: typeof import('ant-design-vue/es')['LayoutHeader']
  28. ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider']
  29. AList: typeof import('ant-design-vue/es')['List']
  30. AListItem: typeof import('ant-design-vue/es')['ListItem']
  31. AMenu: typeof import('ant-design-vue/es')['Menu']
  32. AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
  33. AModal: typeof import('ant-design-vue/es')['Modal']
  34. APagination: typeof import('ant-design-vue/es')['Pagination']
  35. APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
  36. AProgress: typeof import('ant-design-vue/es')['Progress']
  37. AResult: typeof import('ant-design-vue/es')['Result']
  38. ARow: typeof import('ant-design-vue/es')['Row']
  39. ASelect: typeof import('ant-design-vue/es')['Select']
  40. ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
  41. ASpace: typeof import('ant-design-vue/es')['Space']
  42. AStatistic: typeof import('ant-design-vue/es')['Statistic']
  43. AStep: typeof import('ant-design-vue/es')['Step']
  44. ASteps: typeof import('ant-design-vue/es')['Steps']
  45. ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
  46. ASwitch: typeof import('ant-design-vue/es')['Switch']
  47. ATable: typeof import('ant-design-vue/es')['Table']
  48. ATabPane: typeof import('ant-design-vue/es')['TabPane']
  49. ATabs: typeof import('ant-design-vue/es')['Tabs']
  50. ATag: typeof import('ant-design-vue/es')['Tag']
  51. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  52. BreadcrumbBreadcrumb: typeof import('./src/components/Breadcrumb/Breadcrumb.vue')['default']
  53. ChartAreaChart: typeof import('./src/components/Chart/AreaChart.vue')['default']
  54. ChartRadialBarChart: typeof import('./src/components/Chart/RadialBarChart.vue')['default']
  55. CodeEditorCodeEditor: typeof import('./src/components/CodeEditor/CodeEditor.vue')['default']
  56. FooterToolbarFooterToolBar: typeof import('./src/components/FooterToolbar/FooterToolBar.vue')['default']
  57. LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default']
  58. PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
  59. RouterLink: typeof import('vue-router')['RouterLink']
  60. RouterView: typeof import('vue-router')['RouterView']
  61. SetLanguageSetLanguage: typeof import('./src/components/SetLanguage/SetLanguage.vue')['default']
  62. StdDataDisplayStdBatchEdit: typeof import('./src/components/StdDataDisplay/StdBatchEdit.vue')['default']
  63. StdDataDisplayStdCurd: typeof import('./src/components/StdDataDisplay/StdCurd.vue')['default']
  64. StdDataDisplayStdPagination: typeof import('./src/components/StdDataDisplay/StdPagination.vue')['default']
  65. StdDataDisplayStdTable: typeof import('./src/components/StdDataDisplay/StdTable.vue')['default']
  66. StdDataEntryComponentsStdPassword: typeof import('./src/components/StdDataEntry/components/StdPassword.vue')['default']
  67. StdDataEntryComponentsStdSelect: typeof import('./src/components/StdDataEntry/components/StdSelect.vue')['default']
  68. StdDataEntryComponentsStdSelector: typeof import('./src/components/StdDataEntry/components/StdSelector.vue')['default']
  69. StdDataEntryCompontentsStdPassword: typeof import('./src/components/StdDataEntry/compontents/StdPassword.vue')['default']
  70. StdDataEntryCompontentsStdSelect: typeof import('./src/components/StdDataEntry/compontents/StdSelect.vue')['default']
  71. StdDataEntryCompontentsStdSelector: typeof import('./src/components/StdDataEntry/compontents/StdSelector.vue')['default']
  72. }
  73. }