index.uts 105 B

12345
  1. import { BuilderNode } from "@kit.ArkUI";
  2. export class CoolSvg {
  3. load(src: string, color: string) {}
  4. }