UNPKG

reblessed

Version:

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

14 lines 311 B
export = ScrollableText; /** * ScrollableText */ declare function ScrollableText(options: any): ScrollableText; declare class ScrollableText { /** * ScrollableText */ constructor(options: any); __proto__: any; type: string; } //# sourceMappingURL=scrollabletext.d.ts.map