components.d.ts 5.0 KB

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