| 5 | * Text component - displays multi-line text with word wrapping |
| 6 | */ |
| 7 | export class Text implements Component { |
| 8 | private text: string; |
| 9 | private paddingX: number; // Left/right padding |
| 10 | private paddingY: number; // Top/bottom padding |
nothing calls this directly
no outgoing calls
no test coverage detected