Skip to main content
Module

x/tui/mod.ts>Margin

🦕 Deno module for creating Terminal User Interfaces
Latest
interface Margin
import { type Margin } from "https://deno.land/x/tui@2.1.11/mod.ts";

Type that describes empty edge around Rectangle

Properties

top: number
left: number
right: number
bottom: number