mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 09:08:51 +08:00
15 lines
511 B
TypeScript
15 lines
511 B
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by vite-plugin-uni-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
DemoBlock: typeof import('./src/components/demo-block/demo-block.vue')['default']
|
|
PageWraper: typeof import('./src/components/page-wraper/page-wraper.vue')['default']
|
|
WdPrivacyPopup: typeof import('./src/components/wd-privacy-popup/wd-privacy-popup.vue')['default']
|
|
}
|
|
}
|