igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
24 lines (23 loc) • 580 B
TypeScript
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 k;
get alignment(): string;
set alignment(a: string);
private m;
get defaultValue(): string;
set defaultValue(a: string);
private n;
get value(): string;
set value(a: string);
private l;
get changeRef(): string;
set changeRef(a: string);
}