UNPKG

react-native-pizza-chart

Version:

A customizable and animated pizza chart component for React Native

5 lines (4 loc) 291 B
import React from 'react'; import { AnimatedArcPathProps } from '../types/StorageTypes'; declare const AnimatedArcPath: ({ startAngle, endAngle, radius, center, strokeWidth, stroke, animationProgress, delay, }: AnimatedArcPathProps) => React.JSX.Element; export default AnimatedArcPath;