time.d.ts 204 B

1234
  1. import { TimeScale as TimeScaleSpec } from '../spec';
  2. import { ScaleComponent as SC } from '../runtime';
  3. export type TimeOptions = Omit<TimeScaleSpec, 'type'>;
  4. export declare const Time: SC<TimeOptions>;