UNPKG

@opentui/core

Version:

OpenTUI is a TypeScript library for building terminal user interfaces (TUIs)

7 lines (6 loc) 274 B
export * from "./testing/test-renderer"; export * from "./testing/mock-keys"; export * from "./testing/mock-mouse"; export * from "./testing/mock-tree-sitter-client"; export * from "./testing/spy"; export { TestRecorder, type RecordedFrame } from "./testing/test-recorder";