components.d.ts 5.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. import '@vue/runtime-core'
  7. export {}
  8. declare module '@vue/runtime-core' {
  9. export interface GlobalComponents {
  10. AAlert: typeof import('ant-design-vue/es')['Alert']
  11. AAvatar: typeof import('ant-design-vue/es')['Avatar']
  12. ABadge: typeof import('ant-design-vue/es')['Badge']
  13. ABreadcrumb: typeof import('ant-design-vue/es')['Breadcrumb']
  14. ABreadcrumbItem: typeof import('ant-design-vue/es')['BreadcrumbItem']
  15. AButton: typeof import('ant-design-vue/es')['Button']
  16. ACard: typeof import('ant-design-vue/es')['Card']
  17. ACol: typeof import('ant-design-vue/es')['Col']
  18. ACollapse: typeof import('ant-design-vue/es')['Collapse']
  19. ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
  20. AComment: typeof import('ant-design-vue/es')['Comment']
  21. AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
  22. ADivider: typeof import('ant-design-vue/es')['Divider']
  23. ADrawer: typeof import('ant-design-vue/es')['Drawer']
  24. ADropdown: typeof import('ant-design-vue/es')['Dropdown']
  25. AEmpty: typeof import('ant-design-vue/es')['Empty']
  26. AForm: typeof import('ant-design-vue/es')['Form']
  27. AFormItem: typeof import('ant-design-vue/es')['FormItem']
  28. AInput: typeof import('ant-design-vue/es')['Input']
  29. AInputGroup: typeof import('ant-design-vue/es')['InputGroup']
  30. AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
  31. AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
  32. ALayout: typeof import('ant-design-vue/es')['Layout']
  33. ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
  34. ALayoutFooter: typeof import('ant-design-vue/es')['LayoutFooter']
  35. ALayoutHeader: typeof import('ant-design-vue/es')['LayoutHeader']
  36. ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider']
  37. AList: typeof import('ant-design-vue/es')['List']
  38. AListItem: typeof import('ant-design-vue/es')['ListItem']
  39. AListItemMeta: typeof import('ant-design-vue/es')['ListItemMeta']
  40. AMenu: typeof import('ant-design-vue/es')['Menu']
  41. AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
  42. AModal: typeof import('ant-design-vue/es')['Modal']
  43. APagination: typeof import('ant-design-vue/es')['Pagination']
  44. APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
  45. APopover: typeof import('ant-design-vue/es')['Popover']
  46. AProgress: typeof import('ant-design-vue/es')['Progress']
  47. AResult: typeof import('ant-design-vue/es')['Result']
  48. ARow: typeof import('ant-design-vue/es')['Row']
  49. ASelect: typeof import('ant-design-vue/es')['Select']
  50. ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
  51. ASpace: typeof import('ant-design-vue/es')['Space']
  52. AStatistic: typeof import('ant-design-vue/es')['Statistic']
  53. AStep: typeof import('ant-design-vue/es')['Step']
  54. ASteps: typeof import('ant-design-vue/es')['Steps']
  55. ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
  56. ASwitch: typeof import('ant-design-vue/es')['Switch']
  57. ATable: typeof import('ant-design-vue/es')['Table']
  58. ATabPane: typeof import('ant-design-vue/es')['TabPane']
  59. ATabs: typeof import('ant-design-vue/es')['Tabs']
  60. ATag: typeof import('ant-design-vue/es')['Tag']
  61. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  62. BreadcrumbBreadcrumb: typeof import('./src/components/Breadcrumb/Breadcrumb.vue')['default']
  63. ChartAreaChart: typeof import('./src/components/Chart/AreaChart.vue')['default']
  64. ChartRadialBarChart: typeof import('./src/components/Chart/RadialBarChart.vue')['default']
  65. ChatGPTChatGPT: typeof import('./src/components/ChatGPT/ChatGPT.vue')['default']
  66. CodeEditorCodeEditor: typeof import('./src/components/CodeEditor/CodeEditor.vue')['default']
  67. EnvIndicatorEnvIndicator: typeof import('./src/components/EnvIndicator/EnvIndicator.vue')['default']
  68. FooterToolbarFooterToolBar: typeof import('./src/components/FooterToolbar/FooterToolBar.vue')['default']
  69. LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default']
  70. NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default']
  71. PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
  72. RouterLink: typeof import('vue-router')['RouterLink']
  73. RouterView: typeof import('vue-router')['RouterView']
  74. SetLanguageSetLanguage: typeof import('./src/components/SetLanguage/SetLanguage.vue')['default']
  75. StdDataDisplayStdBatchEdit: typeof import('./src/components/StdDataDisplay/StdBatchEdit.vue')['default']
  76. StdDataDisplayStdCurd: typeof import('./src/components/StdDataDisplay/StdCurd.vue')['default']
  77. StdDataDisplayStdPagination: typeof import('./src/components/StdDataDisplay/StdPagination.vue')['default']
  78. StdDataDisplayStdTable: typeof import('./src/components/StdDataDisplay/StdTable.vue')['default']
  79. StdDataEntryComponentsStdPassword: typeof import('./src/components/StdDataEntry/components/StdPassword.vue')['default']
  80. StdDataEntryComponentsStdSelect: typeof import('./src/components/StdDataEntry/components/StdSelect.vue')['default']
  81. StdDataEntryComponentsStdSelector: typeof import('./src/components/StdDataEntry/components/StdSelector.vue')['default']
  82. StdDataEntryStdFormItem: typeof import('./src/components/StdDataEntry/StdFormItem.vue')['default']
  83. }
  84. }