前端初始化
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import Path from '../graphic/Path';
|
||||
import TSpan from '../graphic/TSpan';
|
||||
export declare function normalizeLineDash(lineType: any, lineWidth?: number): number[] | false;
|
||||
export declare function getLineDash(el: Path | TSpan): [number[] | false, number];
|
||||
Reference in New Issue
Block a user