fix(tui): expose forceRedraw in Ink type shim

This commit is contained in:
Brooklyn Nicholson
2026-04-27 13:07:48 -05:00
parent 6d24880604
commit adbd173ddd

View File

@@ -131,6 +131,7 @@ declare module '@hermes/ink' {
}
export function evictInkCaches(level?: EvictLevel): InkCacheSizes
export function forceRedraw(stdout?: NodeJS.WriteStream): boolean
export function render(node: React.ReactNode, options?: NodeJS.WriteStream | RenderOptions): Instance
export function useApp(): { readonly exit: (error?: Error) => void }