Rect.d.ts 206 B

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