UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines (5 loc) 155 B
import { ShapeComponent as SC } from '../../runtime'; export type SmoothOptions = { alpha?: number; }; export declare const Smooth: SC<SmoothOptions>;