UNPKG

reblessed

Version:

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

16 lines 295 B
export = Button; /** * Button */ declare function Button(options: any): Button; declare class Button { /** * Button */ constructor(options: any); __proto__: any; type: string; press(): any; value: boolean; } //# sourceMappingURL=button.d.ts.map