* Render the component to lines for the given viewport width * @param width - Current viewport width * @returns Array of strings, each representing a line
(width: number)
| 75 | * @returns Array of strings, each representing a line |
| 76 | */ |
| 77 | render(width: number): string[]; |
| 78 | |
| 79 | /** |
| 80 | * Optional handler for keyboard input when component has focus |
no outgoing calls