UNPKG

zrender

Version:

A lightweight graphic library providing 2d draw for Apache ECharts

5 lines (4 loc) 253 B
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];