UNPKG

@opentui/core

Version:

OpenTUI is a TypeScript library on a native Zig core for building terminal user interfaces (TUIs)

9 lines (8 loc) 401 B
export * from "./testing/test-renderer.js"; export * from "./testing/mock-keys.js"; export * from "./testing/mock-mouse.js"; export * from "./testing/mock-tree-sitter-client.js"; export * from "./testing/terminal-capabilities.js"; export * from "./testing/spy.js"; export { ManualClock } from "./testing/manual-clock.js"; export { TestRecorder, type RecordedFrame } from "./testing/test-recorder.js";