MrShi
5 天以前 59bfd0b8bbbf0ee94ec68e4a3a1a6e536d0ad8fd
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>[];