wot-design-uni/docs/components.d.ts
不如摸鱼去 8d3f617e40
docs: ✏️ 优化文档及演示demo访问速度 (#232)
* docs: ✏️  优化文档及演示demo访问速度

* docs: ✏️  按需引入ElementPlus
2024-04-10 12:51:12 +08:00

15 lines
399 B
TypeScript

/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
ElTag: typeof import('element-plus/es')['ElTag']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}