log.d.ts 198 B

1234
  1. import { ScaleComponent as SC } from '../runtime';
  2. import { LogScale as LogScaleSpec } from '../spec';
  3. export type LogOptions = Omit<LogScaleSpec, 'type'>;
  4. export declare const Log: SC<LogOptions>;