UNPKG

242 BTypeScriptView Raw
1import Path from '../graphic/Path';
2export declare function clone(path: Path, count: number): Path<import("../graphic/Path").PathProps>[];
3export declare function split(path: Path, count: number): Path<import("../graphic/Path").PathProps>[];