Line.d.ts 206 B

123
  1. import type { ParsedLineStyleProps } from '@antv/g-lite';
  2. export declare function generatePath(context: CanvasRenderingContext2D, parsedStyle: ParsedLineStyleProps): void;
  3. //# sourceMappingURL=Line.d.ts.map