Files
2025-11-13 10:36:23 +08:00

8 lines
152 B
TypeScript

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