版博士V2.0程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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>[];