@heycar-uikit/core
Version:
The React UI library from HeyCar
6 lines (5 loc) • 318 B
TypeScript
/// <reference types="react" />
import React from 'react';
import { HistogramProps } from "../Histogram.types-ed691a58";
declare const Histogram: ({ values, width, height, selectedRangeIndexes, normaliseData, showPoints, selectedRangeMinWidth, }: HistogramProps) => React.JSX.Element;
export { Histogram as default };