UNPKG

igniteui-react-core

Version:
27 lines (26 loc) 647 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebRadioGroupDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get alignment(): string; set alignment(a: string); private j; get defaultValue(): string; set defaultValue(a: string); private k; get name(): string; set name(a: string); private l; get value(): string; set value(a: string); private i; get changeRef(): string; set changeRef(a: string); }