components.d.ts 5.0 KB

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