UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

30 lines (29 loc) 753 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebButtonGroupDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private j; get disabled(): boolean; set disabled(a: boolean); private l; get alignment(): string; set alignment(a: string); private o; get selection(): string; set selection(a: string); private h; get selectedItems(): string[]; set selectedItems(a: string[]); private n; get selectRef(): string; set selectRef(a: string); private m; get deselectRef(): string; set deselectRef(a: string); }