UNPKG

react-native-pizza-chart

Version:

A customizable and animated pizza chart component for React Native

23 lines (20 loc) 558 B
// Export components import PizzaChart from './components/PizzaChartParts/PizzaChart'; export { PizzaChart }; // Export types export { StorageItem, StorageChartProps, LegendProps, AnimatedArcPathProps, AnimatedInnerPathProps, AnimatedLegendItemProps } from './components/types/StorageTypes'; // Export utilities export { getChartDimensions, polarToCartesian, gapAngle } from './components/utils/ChartUtils'; // Export default data for examples export { defaultStorageData } from './components/utils/DefaultData';