interface StatUIParams {
    color: StatColor;
    mode: StatMode;
    title: string;
    units: StatUnit;
    value: string;
}

属性

color: StatColor
mode: StatMode
title: string
units: StatUnit
value: string