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

5 lines
176 B
TypeScript

export {BarChart} from './BarChart';
export {PieChart} from './PieChart';
export {LineChart} from './LineChart';
export {LineChartBicolor} from './LineChart/LineChartBicolor';