UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 185 B
import { MarkComponent as MC } from '../runtime'; import { LineYMark } from '../spec'; export type LineYOptions = Omit<LineYMark, 'type'>; export declare const LineY: MC<LineYOptions>;