components.d.ts 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
  14. ADrawer: typeof import('ant-design-vue/es')['Drawer']
  15. AEmpty: typeof import('ant-design-vue/es')['Empty']
  16. AForm: typeof import('ant-design-vue/es')['Form']
  17. AFormItem: typeof import('ant-design-vue/es')['FormItem']
  18. AInput: typeof import('ant-design-vue/es')['Input']
  19. AInputGroup: typeof import('ant-design-vue/es')['InputGroup']
  20. ALayout: typeof import('ant-design-vue/es')['Layout']
  21. ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
  22. ALayoutFooter: typeof import('ant-design-vue/es')['LayoutFooter']
  23. ALayoutHeader: typeof import('ant-design-vue/es')['LayoutHeader']
  24. ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider']
  25. AList: typeof import('ant-design-vue/es')['List']
  26. AListItem: typeof import('ant-design-vue/es')['ListItem']
  27. AMenu: typeof import('ant-design-vue/es')['Menu']
  28. AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
  29. AModal: typeof import('ant-design-vue/es')['Modal']
  30. APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
  31. AProgress: typeof import('ant-design-vue/es')['Progress']
  32. ASelect: typeof import('ant-design-vue/es')['Select']
  33. ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
  34. ASpace: typeof import('ant-design-vue/es')['Space']
  35. ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
  36. ASwitch: typeof import('ant-design-vue/es')['Switch']
  37. ATabPane: typeof import('ant-design-vue/es')['TabPane']
  38. ATabs: typeof import('ant-design-vue/es')['Tabs']
  39. ATag: typeof import('ant-design-vue/es')['Tag']
  40. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  41. BreadcrumbBreadcrumb: typeof import('./src/components/Breadcrumb/Breadcrumb.vue')['default']
  42. ChartAreaChart: typeof import('./src/components/Chart/AreaChart.vue')['default']
  43. ChartRadialBarChart: typeof import('./src/components/Chart/RadialBarChart.vue')['default']
  44. CodeEditorCodeEditor: typeof import('./src/components/CodeEditor/CodeEditor.vue')['default']
  45. FooterToolbarFooterToolBar: typeof import('./src/components/FooterToolbar/FooterToolBar.vue')['default']
  46. LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default']
  47. PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
  48. RouterLink: typeof import('vue-router')['RouterLink']
  49. RouterView: typeof import('vue-router')['RouterView']
  50. SetLanguageSetLanguage: typeof import('./src/components/SetLanguage/SetLanguage.vue')['default']
  51. StdDataDisplayStdBatchEdit: typeof import('./src/components/StdDataDisplay/StdBatchEdit.vue')['default']
  52. StdDataDisplayStdCurd: typeof import('./src/components/StdDataDisplay/StdCurd.vue')['default']
  53. StdDataDisplayStdPagination: typeof import('./src/components/StdDataDisplay/StdPagination.vue')['default']
  54. StdDataDisplayStdTable: typeof import('./src/components/StdDataDisplay/StdTable.vue')['default']
  55. StdDataEntryComponentsStdPassword: typeof import('./src/components/StdDataEntry/components/StdPassword.vue')['default']
  56. StdDataEntryComponentsStdSelect: typeof import('./src/components/StdDataEntry/components/StdSelect.vue')['default']
  57. StdDataEntryComponentsStdSelector: typeof import('./src/components/StdDataEntry/components/StdSelector.vue')['default']
  58. }
  59. }