上传代码
This commit is contained in:
3
p-BluPrint_1.0.288888/node_modules/zrender/lib/tool/dividePath.d.ts
generated
vendored
Normal file
3
p-BluPrint_1.0.288888/node_modules/zrender/lib/tool/dividePath.d.ts
generated
vendored
Normal file
@ -0,0 +1,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>[];
|
Reference in New Issue
Block a user