components.d.ts 405 B

1234567891011121314151617
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // biome-ignore lint: disable
  4. // oxlint-disable
  5. // ------
  6. // Generated by unplugin-vue-components
  7. // Read more: https://github.com/vuejs/core/pull/3399
  8. export {}
  9. /* prettier-ignore */
  10. declare module 'vue' {
  11. export interface GlobalComponents {
  12. Count: typeof import('./src/components/Count.vue')['default']
  13. VanButton: typeof import('vant/es')['Button']
  14. }
  15. }