UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 240 B
import { ScaleComponent as SC } from '../runtime'; import { SequentialScale as SequentialScaleSpec } from '../spec'; export type SequentialOptions = Omit<SequentialScaleSpec, 'type'>; export declare const Sequential: SC<SequentialOptions>;