12345678910111213141516171819202122232425262728 |
- /* eslint-disable */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- // biome-ignore lint: disable
- export {}
- /* prettier-ignore */
- declare module 'vue' {
- export interface GlobalComponents {
- AButton: typeof import('ant-design-vue/es')['Button']
- AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
- AEmpty: typeof import('ant-design-vue/es')['Empty']
- APagination: typeof import('ant-design-vue/es')['Pagination']
- ASpin: typeof import('ant-design-vue/es')['Spin']
- Box1: typeof import('./src/components/small/Box1.vue')['default']
- CommonCatalog: typeof import('./src/components/content/CommonCatalog.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- SimplePageContentLoader: typeof import('./src/components/SimplePageContentLoader.vue')['default']
- SimplePageListContentLoader: typeof import('./src/components/SimplePageListContentLoader.vue')['default']
- SimplePopup: typeof import('./src/components/SimplePopup.vue')['default']
- SimpleRemoveRichHtml: typeof import('./src/components/SimpleRemoveRichHtml.vue')['default']
- SimpleRichHtml: typeof import('./src/components/SimpleRichHtml.vue')['default']
- SimpleScrollView: typeof import('./src/components/SimpleScrollView.vue')['default']
- }
- }
|