ludu-admin-vue3/types/components.d.ts

8 lines
148 B
TypeScript
Raw Normal View History

declare module 'vue' {
export interface GlobalComponents {
2023-04-03 15:26:56 +08:00
Icon: typeof import('../components/Icon/src/Icon.vue')['default']
}
}
export {}