123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- // generated by unplugin-vue-components
- // We suggest you to commit this file into source control
- // Read more: https://github.com/vuejs/core/pull/3399
- import '@vue/runtime-core'
- export {}
- declare module '@vue/runtime-core' {
- export interface GlobalComponents {
- AAlert: typeof import('ant-design-vue/es')['Alert']
- ABreadcrumb: typeof import('ant-design-vue/es')['Breadcrumb']
- ABreadcrumbItem: typeof import('ant-design-vue/es')['BreadcrumbItem']
- AButton: typeof import('ant-design-vue/es')['Button']
- ACard: typeof import('ant-design-vue/es')['Card']
- ACol: typeof import('ant-design-vue/es')['Col']
- AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
- ADivider: typeof import('ant-design-vue/es')['Divider']
- ADrawer: typeof import('ant-design-vue/es')['Drawer']
- AEmpty: typeof import('ant-design-vue/es')['Empty']
- AForm: typeof import('ant-design-vue/es')['Form']
- AFormItem: typeof import('ant-design-vue/es')['FormItem']
- AInput: typeof import('ant-design-vue/es')['Input']
- AInputGroup: typeof import('ant-design-vue/es')['InputGroup']
- AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
- ALayout: typeof import('ant-design-vue/es')['Layout']
- ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
- ALayoutFooter: typeof import('ant-design-vue/es')['LayoutFooter']
- ALayoutHeader: typeof import('ant-design-vue/es')['LayoutHeader']
- ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider']
- AMenu: typeof import('ant-design-vue/es')['Menu']
- AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
- AModal: typeof import('ant-design-vue/es')['Modal']
- APagination: typeof import('ant-design-vue/es')['Pagination']
- APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
- AProgress: typeof import('ant-design-vue/es')['Progress']
- AResult: typeof import('ant-design-vue/es')['Result']
- ARow: typeof import('ant-design-vue/es')['Row']
- ASelect: typeof import('ant-design-vue/es')['Select']
- ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
- ASpace: typeof import('ant-design-vue/es')['Space']
- AStatistic: typeof import('ant-design-vue/es')['Statistic']
- AStep: typeof import('ant-design-vue/es')['Step']
- ASteps: typeof import('ant-design-vue/es')['Steps']
- ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
- ASwitch: typeof import('ant-design-vue/es')['Switch']
- ATable: typeof import('ant-design-vue/es')['Table']
- ATabPane: typeof import('ant-design-vue/es')['TabPane']
- ATabs: typeof import('ant-design-vue/es')['Tabs']
- ATag: typeof import('ant-design-vue/es')['Tag']
- ATextarea: typeof import('ant-design-vue/es')['Textarea']
- BreadcrumbBreadcrumb: typeof import('./src/components/Breadcrumb/Breadcrumb.vue')['default']
- ChartAreaChart: typeof import('./src/components/Chart/AreaChart.vue')['default']
- ChartRadialBarChart: typeof import('./src/components/Chart/RadialBarChart.vue')['default']
- CodeEditorCodeEditor: typeof import('./src/components/CodeEditor/CodeEditor.vue')['default']
- FooterToolbarFooterToolBar: typeof import('./src/components/FooterToolbar/FooterToolBar.vue')['default']
- LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default']
- PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- SetLanguageSetLanguage: typeof import('./src/components/SetLanguage/SetLanguage.vue')['default']
- StdDataDisplayStdBatchEdit: typeof import('./src/components/StdDataDisplay/StdBatchEdit.vue')['default']
- StdDataDisplayStdCurd: typeof import('./src/components/StdDataDisplay/StdCurd.vue')['default']
- StdDataDisplayStdPagination: typeof import('./src/components/StdDataDisplay/StdPagination.vue')['default']
- StdDataDisplayStdTable: typeof import('./src/components/StdDataDisplay/StdTable.vue')['default']
- StdDataEntryComponentsStdPassword: typeof import('./src/components/StdDataEntry/components/StdPassword.vue')['default']
- StdDataEntryComponentsStdSelect: typeof import('./src/components/StdDataEntry/components/StdSelect.vue')['default']
- StdDataEntryComponentsStdSelector: typeof import('./src/components/StdDataEntry/components/StdSelector.vue')['default']
- StdDataEntryCompontentsStdPassword: typeof import('./src/components/StdDataEntry/compontents/StdPassword.vue')['default']
- StdDataEntryCompontentsStdSelect: typeof import('./src/components/StdDataEntry/compontents/StdSelect.vue')['default']
- StdDataEntryCompontentsStdSelector: typeof import('./src/components/StdDataEntry/compontents/StdSelector.vue')['default']
- }
- }
|