UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

10 lines (9 loc) 318 B
import { Control } from "@docsvision/webclient/Legacy/Control"; /** @internal */ export declare class RadioListControl extends Control { radioControls: NodeListOf<Element>; constructor(root: HTMLElement, selectedValue?: string); Value(value?: string): string; private SetValue; private GetValue; }