UNPKG

reblessed

Version:

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

22 lines 449 B
export = Textbox; /** * Textbox */ declare function Textbox(options: any): Textbox; declare class Textbox { /** * Textbox */ constructor(options: any); secret: any; censor: any; __proto__: any; type: string; __olistener: any; _listener(ch: any, key: any): any; setValue(value: any): void; value: any; _value: any; submit(): any; } //# sourceMappingURL=textbox.d.ts.map