react-native-gifted-charts/src/index.tsx

5 lines
176 B
TypeScript
Raw Normal View History

2021-08-01 19:20:13 +00:00
export {BarChart} from './BarChart';
export {PieChart} from './PieChart';
export {LineChart} from './LineChart';
export {LineChartBicolor} from './LineChart/LineChartBicolor';