UNPKG

waffle-chart

Version:
8 lines (7 loc) 159 B
import React from 'react'; declare type Props = { style: {} | undefined; children: any; }; declare const Total: React.FC<Props>; export default Total;