UNPKG

bizcharts

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