8 lines
152 B
TypeScript
8 lines
152 B
TypeScript
export {};
|
|
|
|
declare module "vue" {
|
|
export interface GlobalComponents {
|
|
"cl-svg": (typeof import("./components/cl-svg/cl-svg.uvue"))["default"];
|
|
}
|
|
}
|