版博士V2.0程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

4 rader
242 B

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