UNPKG

bizcharts

Version:
8 lines (7 loc) 280 B
import 'react'; import { BarOptions } from './BarChart'; interface RangeBarOptions extends BarOptions { } export { RangeBarOptions }; declare const _default: import("react").ForwardRefExoticComponent<RangeBarOptions & import("react").RefAttributes<any>>; export default _default;