react-native-pizza-chart
Version:
A customizable and animated pizza chart component for React Native
5 lines (4 loc) • 314 B
TypeScript
import React from 'react';
import { StorageChartProps } from '../types/StorageTypes';
declare const PizzaChart: ({ data, totalStorage, animationDuration, animationSpeed, showLegend, showEmptySpace, showPizza, title, emptySpaceTitle, unit, }: StorageChartProps) => React.JSX.Element;
export default PizzaChart;