UNPKG

waffle-chart

Version:
6 lines (5 loc) 190 B
import React from 'react'; import type { WaffleChartProps } from '../__types'; declare type Props = WaffleChartProps; declare const WaffleChart: React.FC<Props>; export default WaffleChart;