UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines (8 loc) 269 B
import { CurveFactory } from '@antv/vendor/d3-shape'; import { ShapeComponent as SC } from '../../runtime'; export type CurveOptions = { curve?: CurveFactory; gradient?: boolean | string; [key: string]: any; }; export declare const Curve: SC<CurveOptions>;