components.d.ts 400 B

12345678910111213
  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. NutButton: typeof import('nutui-uniapp/components/button/button.vue')['default']
  10. NutSwipe: typeof import('nutui-uniapp/components/swipe/swipe.vue')['default']
  11. }
  12. }