MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code /

Class

packages/pi-tui/src/components/loader.ts:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 * Loader component that updates with an optional spinning animation.
16 */
17export class Loader extends Text {
18 private frames = [...DEFAULT_FRAMES];
19 private intervalMs = DEFAULT_INTERVAL_MS;
20 private currentFrame = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected