UNPKG

react-native-charts-wrapper

Version:
20 lines (18 loc) 499 B
import BarChart from './lib/BarChart'; import BubbleChart from './lib/BubbleChart'; import CandleStickChart from './lib/CandleStickChart'; import LineChart from './lib/LineChart'; import PieChart from './lib/PieChart'; import RadarChart from './lib/RadarChart'; import ScatterChart from './lib/ScatterChart'; import CombinedChart from './lib/CombinedChart'; module.exports = { BarChart, BubbleChart, CandleStickChart, LineChart, PieChart, RadarChart, ScatterChart, CombinedChart };