UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

4 lines (3 loc) 154 B
import { ShapeComponent as SC } from '../../runtime'; export type PolygonOptions = Record<string, any>; export declare const Polygon: SC<PolygonOptions>;