wrap preformatted ansi in <Ansi> component
This commit is contained in:
Vendored
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user