Blame view

node_modules/zrender/lib/canvas/dashStyle.d.ts 253 Bytes
bd028579   易尊强   2/28
1
2
3
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];