UNPKG

@heycar-uikit/core

Version:
6 lines (5 loc) 318 B
/// <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 };