UNPKG

ad-custom-lib

Version:

This is an UI custom library based on Adminlte library with purpose for personal use, if you need a full template of Primeng please visit https://github.com/mledour/angular-admin-lte

11 lines (10 loc) 272 B
import { ElementRef } from '@angular/core'; export declare class TabToggleDirective { elementRef: ElementRef; tabComponent: any; /** * @method constructor * @param elementRef [description] */ constructor(elementRef: ElementRef); }