UNPKG

reblessed

Version:

A high-level terminal interface library for node.js.

22 lines 453 B
export = Layout; /** * Layout */ declare function Layout(options: any): Layout; declare class Layout { /** * Layout */ constructor(options: any); renderer: any; __proto__: any; type: string; isRendered(el: any): boolean; getLast(i: any): any; getLastCoords(i: any): any; _renderCoords(): any; children: any; render(): any; lpos: any; } //# sourceMappingURL=layout.d.ts.map