UNPKG

307 BTypeScriptView Raw
1import 'react';
2import { BarOptions } from './BarChart';
3interface PercentStackedBarOptions extends BarOptions {
4}
5export { PercentStackedBarOptions };
6declare const _default: import("react").ForwardRefExoticComponent<PercentStackedBarOptions & import("react").RefAttributes<any>>;
7export default _default;