Files
eibons ce999372ae init
2025-08-15 21:37:29 +08:00

5 lines
93 B
TypeScript

export declare function createSvg(): Promise<{
code: string;
svgIcons: string[];
}>;