components.d.ts 4.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. ABadge: typeof import('ant-design-vue/es')['Badge']
  10. ABreadcrumb: typeof import('ant-design-vue/es')['Breadcrumb']
  11. ABreadcrumbItem: typeof import('ant-design-vue/es')['BreadcrumbItem']
  12. AButton: typeof import('ant-design-vue/es')['Button']
  13. ACard: typeof import('ant-design-vue/es')['Card']
  14. ACol: typeof import('ant-design-vue/es')['Col']
  15. ACollapse: typeof import('ant-design-vue/es')['Collapse']
  16. ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
  17. AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
  18. ADivider: typeof import('ant-design-vue/es')['Divider']
  19. ADrawer: typeof import('ant-design-vue/es')['Drawer']
  20. AEmpty: typeof import('ant-design-vue/es')['Empty']
  21. AForm: typeof import('ant-design-vue/es')['Form']
  22. AFormItem: typeof import('ant-design-vue/es')['FormItem']
  23. AInput: typeof import('ant-design-vue/es')['Input']
  24. AInputGroup: typeof import('ant-design-vue/es')['InputGroup']
  25. AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
  26. AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
  27. ALayout: typeof import('ant-design-vue/es')['Layout']
  28. ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
  29. ALayoutFooter: typeof import('ant-design-vue/es')['LayoutFooter']
  30. ALayoutHeader: typeof import('ant-design-vue/es')['LayoutHeader']
  31. ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider']
  32. AList: typeof import('ant-design-vue/es')['List']
  33. AListItem: typeof import('ant-design-vue/es')['ListItem']
  34. AMenu: typeof import('ant-design-vue/es')['Menu']
  35. AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
  36. AModal: typeof import('ant-design-vue/es')['Modal']
  37. APagination: typeof import('ant-design-vue/es')['Pagination']
  38. APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
  39. APopover: typeof import('ant-design-vue/es')['Popover']
  40. AProgress: typeof import('ant-design-vue/es')['Progress']
  41. AResult: typeof import('ant-design-vue/es')['Result']
  42. ARow: typeof import('ant-design-vue/es')['Row']
  43. ASelect: typeof import('ant-design-vue/es')['Select']
  44. ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
  45. ASpace: typeof import('ant-design-vue/es')['Space']
  46. AStatistic: typeof import('ant-design-vue/es')['Statistic']
  47. AStep: typeof import('ant-design-vue/es')['Step']
  48. ASteps: typeof import('ant-design-vue/es')['Steps']
  49. ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
  50. ASwitch: typeof import('ant-design-vue/es')['Switch']
  51. ATable: typeof import('ant-design-vue/es')['Table']
  52. ATabPane: typeof import('ant-design-vue/es')['TabPane']
  53. ATabs: typeof import('ant-design-vue/es')['Tabs']
  54. ATag: typeof import('ant-design-vue/es')['Tag']
  55. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  56. BreadcrumbBreadcrumb: typeof import('./src/components/Breadcrumb/Breadcrumb.vue')['default']
  57. ChartAreaChart: typeof import('./src/components/Chart/AreaChart.vue')['default']
  58. ChartRadialBarChart: typeof import('./src/components/Chart/RadialBarChart.vue')['default']
  59. CodeEditorCodeEditor: typeof import('./src/components/CodeEditor/CodeEditor.vue')['default']
  60. FooterToolbarFooterToolBar: typeof import('./src/components/FooterToolbar/FooterToolBar.vue')['default']
  61. LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default']
  62. NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default']
  63. PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
  64. RouterLink: typeof import('vue-router')['RouterLink']
  65. RouterView: typeof import('vue-router')['RouterView']
  66. SetLanguageSetLanguage: typeof import('./src/components/SetLanguage/SetLanguage.vue')['default']
  67. StdDataDisplayStdBatchEdit: typeof import('./src/components/StdDataDisplay/StdBatchEdit.vue')['default']
  68. StdDataDisplayStdCurd: typeof import('./src/components/StdDataDisplay/StdCurd.vue')['default']
  69. StdDataDisplayStdPagination: typeof import('./src/components/StdDataDisplay/StdPagination.vue')['default']
  70. StdDataDisplayStdTable: typeof import('./src/components/StdDataDisplay/StdTable.vue')['default']
  71. StdDataEntryComponentsStdPassword: typeof import('./src/components/StdDataEntry/components/StdPassword.vue')['default']
  72. StdDataEntryComponentsStdSelect: typeof import('./src/components/StdDataEntry/components/StdSelect.vue')['default']
  73. StdDataEntryComponentsStdSelector: typeof import('./src/components/StdDataEntry/components/StdSelector.vue')['default']
  74. }
  75. }