UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

5 lines (4 loc) 324 B
import * as React from 'react'; 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) => React.JSX.Element;