UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 204 B
import { TimeScale as TimeScaleSpec } from '../spec'; import { ScaleComponent as SC } from '../runtime'; export type TimeOptions = Omit<TimeScaleSpec, 'type'>; export declare const Time: SC<TimeOptions>;