UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

21 lines (20 loc) 499 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebToggleButtonDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private l; get value(): string; set value(a: string); private i; get selected(): boolean; set selected(a: boolean); private h; get disabled(): boolean; set disabled(a: boolean); }