reblessed
Version:
A high-level terminal interface library for node.js.
24 lines • 504 B
TypeScript
export = ListTable;
/**
* ListTable
*/
declare function ListTable(options: any): ListTable;
declare class ListTable {
/**
* ListTable
*/
constructor(options: any);
__align: any;
_header: any;
pad: any;
__proto__: any;
type: string;
_calculateMaxes: any;
setRows: (rows: any) => void;
setData(rows: any): void;
rows: any;
_select: any;
select(i: any): void;
render(): any;
}
//# sourceMappingURL=listtable.d.ts.map