UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

4 lines (3 loc) 286 B
import { BarChartProps } from './BarChart.types'; import './BarChart.css'; export declare const BarChart: ({ height, width, data, upperBound, loading, onChange, min, max, minLabel, maxLabel, isMana, network, sliderStep, errorMessage, rangeDecimals, id }: BarChartProps) => JSX.Element;