mirror of
https://github.com/tl-open-source/tl-rtc-file.git
synced 2025-10-05 15:36:58 +08:00
9 lines
175 B
TypeScript
9 lines
175 B
TypeScript
// components.d.ts
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
SvgIcon: typeof import('./src/components/base/svg-icon.vue')['default'];
|
|
}
|
|
}
|
|
|
|
export {};
|