@talend/react-components
Version:
Set of react components.
8 lines • 330 B
JavaScript
import PieChartButton from './PieChartButton.component';
import PieChartIcon, { PIECHART_SIZES } from './PieChartIcon.component';
import PieChart from './PieChart.component';
PieChart.Icon = PieChartIcon;
PieChart.Button = PieChartButton;
PieChart.SIZES = PIECHART_SIZES;
export default PieChart;
//# sourceMappingURL=index.js.map