UNPKG

digitinary-ui

Version:

Digitinary UI Library

9 lines (8 loc) 171 B
export type GaugeChartProps = { percentage: number; charTtitle?: string; label?: string; diameter?: number; color?: string; backColor?: string; };