UNPKG

react-native-pizza-chart

Version:

A customizable and animated pizza chart component for React Native

5 lines (4 loc) 270 B
import React from 'react'; import { AnimatedLegendItemProps } from '../types/StorageTypes'; declare const AnimatedLegendItem: ({ item, percentage, isDarkMode, animationDelay, unit, }: AnimatedLegendItemProps) => React.JSX.Element; export default AnimatedLegendItem;