Skip to main content
Module

x/tui/mod.ts>Reactive

🦕 Deno module for creating Terminal User Interfaces
Latest
type alias Reactive
Re-export
import { type Reactive } from "https://deno.land/x/tui@2.1.11/mod.ts";
definition: T & { [IS_REACTIVE]: true; [ORIGINAL_REF]: T; [CONNECTED_SIGNAL]: Signal<T>; }