UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 216 B
import { ScaleComponent as SC } from '../runtime'; import { LinearScale as LinearScaleSpec } from '../spec'; export type LinearOptions = Omit<LinearScaleSpec, 'type'>; export declare const Linear: SC<LinearOptions>;