UNPKG

react-native-pizza-chart

Version:

A customizable and animated pizza chart component for React Native

5 lines (4 loc) 316 B
import React from 'react'; import { AnimatedInnerPathProps } from '../types/StorageTypes'; declare const AnimatedInnerPath: ({ startAngle, endAngle, outerRadius, innerRadius, center, fill, animationProgress, largeArcFlag, delay, }: AnimatedInnerPathProps) => React.JSX.Element; export default AnimatedInnerPath;