components.d.ts 1.3 KB

123456789101112131415161718192021222324252627282930
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. // biome-ignore lint: disable
  6. export {}
  7. /* prettier-ignore */
  8. declare module 'vue' {
  9. export interface GlobalComponents {
  10. AAvatar: typeof import('ant-design-vue/es')['Avatar']
  11. ABadge: typeof import('ant-design-vue/es')['Badge']
  12. AButton: typeof import('ant-design-vue/es')['Button']
  13. ACol: typeof import('ant-design-vue/es')['Col']
  14. ACollapse: typeof import('ant-design-vue/es')['Collapse']
  15. ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
  16. AFlex: typeof import('ant-design-vue/es')['Flex']
  17. AImage: typeof import('ant-design-vue/es')['Image']
  18. ARow: typeof import('ant-design-vue/es')['Row']
  19. ASpace: typeof import('ant-design-vue/es')['Space']
  20. ASpin: typeof import('ant-design-vue/es')['Spin']
  21. ATag: typeof import('ant-design-vue/es')['Tag']
  22. ATypographyText: typeof import('ant-design-vue/es')['TypographyText']
  23. RouterLink: typeof import('vue-router')['RouterLink']
  24. RouterView: typeof import('vue-router')['RouterView']
  25. VanConfigProvider: typeof import('vant/es')['ConfigProvider']
  26. VanNavBar: typeof import('vant/es')['NavBar']
  27. VanPicker: typeof import('vant/es')['Picker']
  28. }
  29. }