UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

23 lines (22 loc) 722 B
import { TemplateRef } from '@angular/core'; import { IgxTabsBase } from './tabs.common'; export declare class IgxRightButtonStyleDirective { tabs: IgxTabsBase; constructor(tabs: IgxTabsBase); readonly visibleCSS: boolean; readonly hiddenCSS: boolean; readonly notDisplayedCSS: boolean; private getRightButtonStyle; } export declare class IgxLeftButtonStyleDirective { tabs: IgxTabsBase; constructor(tabs: IgxTabsBase); readonly visibleCSS: boolean; readonly hiddenCSS: boolean; readonly notDisplayedCSS: boolean; private getLeftButtonStyle; } export declare class IgxTabItemTemplateDirective { template: TemplateRef<any>; constructor(template: TemplateRef<any>); }