interface StatToggleUIParams {
    color: StatColor;
    title: string;
    value: string;
}

属性

color: StatColor
title: string
value: string