| 12345678910111213141516171819202122 |
- /* eslint-disable */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- // biome-ignore lint: disable
- export {}
- /* prettier-ignore */
- declare module 'vue' {
- export interface GlobalComponents {
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- // custom components
- 'dw-page': typeof import('./components/dw-page/dw-page.vue')['default']
- 'dw-navbar': typeof import('./components/dw-navbar/dw-navbar.vue')['default']
- 'dw-oss-image': typeof import('./components/dw-oss-image/dw-oss-image.vue')['default']
- 'dw-image': typeof import('./components/dw-image/dw-image.vue')['default']
- 'dw-picker': typeof import('./components/dw-picker/dw-picker.vue')['default']
- 'dw-input': typeof import('./components/dw-input/dw-input.vue')['default']
- 'dw-button': typeof import('./components/dw-button/dw-button.vue')['default']
- }
- }
|