UNPKG

waffle-chart

Version:
11 lines (10 loc) 318 B
import React from 'react'; import type { GridItemProps } from '../__types'; declare type Props = { gridItemProps: GridItemProps; isAnimatedFill: boolean; isZeros: boolean; clickHandler: (props: GridItemProps) => GridItemProps; }; declare const ChartSquare: React.FC<Props>; export default ChartSquare;