kinit/kinit-admin/types/components.d.ts
2022-09-16 12:32:51 +08:00

8 lines
148 B
TypeScript

declare module 'vue' {
export interface GlobalComponents {
Icon: typeof import('../components/Icon/src/Icon.vue')['default']
}
}
export {}