dividePath.d.ts 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>[];