Interface PrecomputedScoreProps

interface PrecomputedScoreProps {
    compact?: boolean;
    score: number;
    showUnit?: boolean;
}

Properties

compact?: boolean

Forwarded to FormattedNumber.

score: number

The score to display.

showUnit?: boolean

Whether to show the unit "Benis" after the number. Defaults to false.