Spaces:
Sleeping
Sleeping
File size: 122 Bytes
04f98c3 |
1 2 3 |
import { SVGCommand } from "./types";
export declare function encodeSVGPath(commands: SVGCommand | SVGCommand[]): string;
|