UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 204 B
import { CompositeMarkComponent as CC } from '../runtime'; import { BoxPlotMark } from '../spec'; export type BoxPlotOptions = Omit<BoxPlotMark, 'type'>; export declare const Boxplot: CC<BoxPlotOptions>;