UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines (8 loc) 251 B
import { ShapeComponent as SC } from '../../runtime'; export type ArcOptions = Record<string, any>; /** * Connect points for 2 points: * - In rect, draw half circle. * - In polar, draw quadratic curve. */ export declare const Arc: SC<ArcOptions>;