components.d.ts 4.8 KB

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