components.d.ts 325 B

123456789101112
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by vite-plugin-uni-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. WdButton: typeof import('wot-design-uni/components/wd-button/wd-button.vue')['default']
  10. }
  11. }