| 123456789101112131415161718192021222324252627282930 |
- /* 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 {
- AAvatar: typeof import('ant-design-vue/es')['Avatar']
- ABadge: typeof import('ant-design-vue/es')['Badge']
- AButton: typeof import('ant-design-vue/es')['Button']
- ACol: typeof import('ant-design-vue/es')['Col']
- ACollapse: typeof import('ant-design-vue/es')['Collapse']
- ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
- AFlex: typeof import('ant-design-vue/es')['Flex']
- AImage: typeof import('ant-design-vue/es')['Image']
- ARow: typeof import('ant-design-vue/es')['Row']
- ASpace: typeof import('ant-design-vue/es')['Space']
- ASpin: typeof import('ant-design-vue/es')['Spin']
- ATag: typeof import('ant-design-vue/es')['Tag']
- ATypographyText: typeof import('ant-design-vue/es')['TypographyText']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- VanConfigProvider: typeof import('vant/es')['ConfigProvider']
- VanNavBar: typeof import('vant/es')['NavBar']
- VanPicker: typeof import('vant/es')['Picker']
- }
- }
|