interface SingleStatListItemProps {
    label: string;
    tooltip?: string;
    value: number;
}

Properties

Properties

label: string
tooltip?: string
value: number