interfaces.d.ts 258 B

123456
  1. import type { ParsedBaseStyleProps } from '@antv/g-lite';
  2. /**
  3. * generate path in local space
  4. */
  5. export type PathGenerator<T extends ParsedBaseStyleProps> = (context: CanvasRenderingContext2D, attributes: T) => void;
  6. //# sourceMappingURL=interfaces.d.ts.map