boxplot.d.ts 202 B

1234
  1. import { CompositionComponent as CC } from '../runtime';
  2. import { BoxPlotMark } from '../spec';
  3. export type BoxPlotOptions = Omit<BoxPlotMark, 'type'>;
  4. export declare const Boxplot: CC<BoxPlotOptions>;