UNPKG

@talend/react-components

Version:
8 lines 330 B
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