UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

21 lines (20 loc) 501 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebTabsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private i; get alignment(): string; set alignment(a: string); private h; get activation(): string; set activation(a: string); private j; get changeRef(): string; set changeRef(a: string); }