Skip to main content
Module

x/tui/src/components/mod.ts>FrameComponentOptions

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
type alias FrameComponentOptions
import { type FrameComponentOptions } from "https://deno.land/x/tui@1.3.4/src/components/mod.ts";

Interface defining object that {FrameComponent}'s constructor can interpret

definition: ComponentOptions & { framePieces?: "sharp" | "rounded" | FramePieceType; } & ({ rectangle?: never; component: Component; } | { component?: never; rectangle: Rectangle; })