index.d.ts 152 B

1234567
  1. export {};
  2. declare module "vue" {
  3. export interface GlobalComponents {
  4. "cl-svg": (typeof import("./components/cl-svg/cl-svg.uvue"))["default"];
  5. }
  6. }