123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /* 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']
- ASpin: typeof import('ant-design-vue/es')['Spin']
- Box1: typeof import('./src/components/small/Box1.vue')['default']
- Box2: typeof import('./src/components/small/Box2.vue')['default']
- CommonCatalog: typeof import('./src/components/content/CommonCatalog.vue')['default']
- copy: typeof import('./src/components/small/ScrollLeftRightButton copy.vue')['default']
- HoriontalLargeList: typeof import('./src/components/small/HoriontalLargeList.vue')['default']
- ImageGrid: typeof import('./src/components/small/ImageGrid.vue')['default']
- ImageLine: typeof import('./src/components/small/ImageLine.vue')['default']
- ImagePreview: typeof import('./src/components/small/ImagePreview.vue')['default']
- ImageSwiper: typeof import('./src/components/small/ImageSwiper.vue')['default']
- PageLeftTitleRightContent: typeof import('./src/components/parts/PageLeftTitleRightContent.vue')['default']
- PageRoot: typeof import('./src/components/parts/PageRoot.vue')['default']
- PageTopTitleBottomContent: typeof import('./src/components/parts/PageTopTitleBottomContent.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- ScrollLeftRightButton: typeof import('./src/components/small/ScrollLeftRightButton.vue')['default']
- ScrollLeftRightButton2: typeof import('./src/components/small/ScrollLeftRightButton2.vue')['default']
- 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']
- TabNav: typeof import('./src/components/small/TabNav.vue')['default']
- VerticalImageItem: typeof import('./src/components/small/VerticalImageItem.vue')['default']
- Viewer: typeof import('./src/components/3d/Viewer.vue')['default']
- }
- }
|