index.d.ts 416 B

12345678
  1. export { generatePath as CirclePath } from './Circle';
  2. export { generatePath as EllipsePath } from './Ellipse';
  3. export { generatePath as LinePath } from './Line';
  4. export { generatePath as PathPath } from './Path';
  5. export { generatePath as PolygonPath } from './Polygon';
  6. export { generatePath as PolylinePath } from './Polyline';
  7. export { generatePath as RectPath } from './Rect';
  8. //# sourceMappingURL=index.d.ts.map