- import { CurveFactory, CurveFactoryLineOnly } from 'd3-shape';
- import { ShapeComponent as SC } from '../../runtime';
- export type CurveOptions = {
- curve?: CurveFactory | CurveFactoryLineOnly;
- gradient?: boolean;
- [key: string]: any;
- };
- export declare const Curve: SC<CurveOptions>;
|