UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 190 B
import { MarkComponent as MC } from '../runtime'; import { RangeYMark } from '../spec'; export type RangeYOptions = Omit<RangeYMark, 'type'>; export declare const RangeY: MC<RangeYOptions>;