FlowPacs/yudao-ui-admin-vue3/types/components.d.ts

8 lines
148 B
TypeScript
Raw Normal View History

2022-07-18 19:06:37 +08:00
declare module 'vue' {
export interface GlobalComponents {
Icon: typeof import('../components/Icon/src/Icon.vue')['default']
}
}
export {}