import withLegend, { LegendProps } from './withLegend'; import LegendView from './legendView'; export { LegendProps, withLegend, LegendView }; export default withLegend(LegendView);