UNPKG

@teaui/core

Version:

A high-level terminal UI library for Node

7 lines (6 loc) 245 B
import { type Props as ContainerProps, Container } from '../Container.js'; import { Size } from '../geometry.js'; export declare class Window extends Container { constructor(props?: ContainerProps); naturalSize(available: Size): Size; }