UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines (6 loc) 213 B
import { ShapeComponent as SC } from '../../runtime'; export type SmoothOptions = Record<string, any>; /** * Connect 2 points with a smooth line, used in tree. */ export declare const Smooth: SC<SmoothOptions>;