igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
21 lines (20 loc) • 490 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebTabDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private l;
get label(): string;
set label(a: string);
private i;
get selected(): boolean;
set selected(a: boolean);
private h;
get disabled(): boolean;
set disabled(a: boolean);
}