index.d.ts 93 B

1234
  1. export declare function createSvg(): Promise<{
  2. code: string;
  3. svgIcons: string[];
  4. }>;