band.d.ts 204 B

1234
  1. import { BandScale as BandScaleSpec } from '../spec';
  2. import { ScaleComponent as SC } from '../runtime';
  3. export type BandOptions = Omit<BandScaleSpec, 'type'>;
  4. export declare const Band: SC<BandOptions>;