liusuyi
2024-07-12 d89e0182ad825d0926f4bc98e87d3b966056aac7
1
2
3
import Path from '../graphic/Path';
export declare function clone(path: Path, count: number): Path<import("../graphic/Path").PathProps>[];
export declare function split(path: Path, count: number): Path<import("../graphic/Path").PathProps>[];