948b22a99e24565a23969ef7678065a0acad927259fb8fbf08114647eda9c6029b3568ab9490b8676ccef53d27f7d5b3f36887a7e1d8051c49f68793a7db03 242 B

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