UNPKG

infocharts

Version:

<img src="https://raw.githubusercontent.com/garethslinn/public_infocharts/refs/heads/main/logo.svg" />

15 lines 416 B
import React from 'react'; import './styles/infocharts.scss'; interface WaffleChartProps { title: string; percentage: number; background?: string; foreground?: string; description?: string; activeColor?: string; nonActiveColor?: string; size?: number; } declare const WaffleChart: React.FC<WaffleChartProps>; export default WaffleChart; //# sourceMappingURL=WafflePeopleChart.d.ts.map