UNPKG

reblessed

Version:

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

15 lines 292 B
export = RadioSet; /** * RadioSet */ declare function RadioSet(options: any): RadioSet; declare class RadioSet { /** * RadioSet */ constructor(options: any); get value(): any; __proto__: any; type: string; } //# sourceMappingURL=radioset.d.ts.map