3 lines
152 B
TypeScript
3 lines
152 B
TypeScript
import type { GraphicsPath } from '../path/GraphicsPath';
|
|
export declare function SVGToGraphicsPath(svgPath: string, path: GraphicsPath): GraphicsPath;
|