Files
vue-element-plus-admin/types/components.d.ts
kailong321200875 3fc7d4d39a feat(mock): Add mock
2022-01-08 18:38:20 +08:00

8 lines
148 B
TypeScript

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