UNPKG

igniteui-react-core

Version:
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 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); }