MCPcopy
hub / github.com/RedPlanetHQ/core / StatProps

Interface StatProps

packages/ui/src/tui/Stat.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import chalk from 'chalk';
4
5export interface StatProps {
6 value: string | number;
7 label: string;
8 sublabel?: string;
9}
10
11export function createStat(props: StatProps): Component {
12 const container = new Container();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected