components.d.ts 972 B

12345678910111213141516171819202122
  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. RouterLink: typeof import('vue-router')['RouterLink']
  11. RouterView: typeof import('vue-router')['RouterView']
  12. // custom components
  13. 'dw-page': typeof import('./components/dw-page/dw-page.vue')['default']
  14. 'dw-navbar': typeof import('./components/dw-navbar/dw-navbar.vue')['default']
  15. 'dw-oss-image': typeof import('./components/dw-oss-image/dw-oss-image.vue')['default']
  16. 'dw-image': typeof import('./components/dw-image/dw-image.vue')['default']
  17. 'dw-picker': typeof import('./components/dw-picker/dw-picker.vue')['default']
  18. 'dw-input': typeof import('./components/dw-input/dw-input.vue')['default']
  19. 'dw-button': typeof import('./components/dw-button/dw-button.vue')['default']
  20. }
  21. }