wrap preformatted ansi in <Ansi> component

This commit is contained in:
Ari Lotter
2026-04-12 16:53:53 -04:00
parent 690d62a6d1
commit 3bf0f39337
2 changed files with 3 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ declare module '@hermes/ink' {
}
export const Box: React.ComponentType<any>
export const Ansi: React.ComponentType<any>
export const Text: React.ComponentType<any>
export const TextInput: React.ComponentType<any>
export const stringWidth: (s: string) => number