point.d.ts 210 B

1234
  1. import { PointScale as PointScaleSpec } from '../spec';
  2. import { ScaleComponent as SC } from '../runtime';
  3. export type PointOptions = Omit<PointScaleSpec, 'type'>;
  4. export declare const Point: SC<PointOptions>;