UNPKG

@opentui/core

Version:

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

5 lines (4 loc) 393 B
import { type CreateRuntimePluginOptions } from "./runtime-plugin.js"; export declare function ensureRuntimePluginSupport(options?: CreateRuntimePluginOptions): boolean; export { createRuntimePlugin, runtimeModuleIdForSpecifier } from "./runtime-plugin.js"; export type { CreateRuntimePluginOptions, RuntimeModuleEntry, RuntimeModuleExports, RuntimeModuleLoader, } from "./runtime-plugin.js";