UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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