UNPKG

react-native-pizza-chart

Version:

A customizable and animated pizza chart component for React Native

5 lines (4 loc) 312 B
import React from 'react'; import { StorageChartProps } from '../types/StorageTypes'; declare const StorageChart: ({ data, totalStorage, animationDuration, animationSpeed, showLegend, showEmptySpace, showPizza, title, emptySpaceTitle, }: StorageChartProps) => React.JSX.Element; export default StorageChart;