3 lines
122 B
TypeScript
3 lines
122 B
TypeScript
|
import { SVGCommand } from "./types";
|
||
|
export declare function encodeSVGPath(commands: SVGCommand | SVGCommand[]): string;
|