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

Class

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

Source from the content-addressed store, hash-verified

5 * Text component - displays multi-line text with word wrapping
6 */
7export class Text implements Component {
8 private text: string;
9 private paddingX: number; // Left/right padding
10 private paddingY: number; // Top/bottom padding

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected