UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

21 lines (20 loc) 490 B
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 j; get panel(): string; set panel(a: string); private g; get selected(): boolean; set selected(a: boolean); private f; get disabled(): boolean; set disabled(a: boolean); }