reblessed
Version:
A high-level terminal interface library for node.js.
17 lines • 345 B
TypeScript
export = RadioButton;
/**
* RadioButton
*/
declare function RadioButton(options: any): RadioButton;
declare class RadioButton {
/**
* RadioButton
*/
constructor(options: any);
value: any;
__proto__: any;
type: string;
render(): any;
toggle: any;
}
//# sourceMappingURL=radiobutton.d.ts.map