UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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