mwg API
    Preparing search index...

    Interface StatsScreenOptions

    interface StatsScreenOptions {
        stats: readonly StatRow[];
        width: number;
    }
    Index
    stats: readonly StatRow[]
    width: number