UNPKG

ngx-pluto

Version:
15 lines (14 loc) 365 B
import { ChangeDetectorRef } from '@angular/core'; import { NpTabHeaderDirective } from './tab-header.directive'; /** * @ignore */ export declare class NpTab { private cdf; private _active; active: boolean; tabTitle: string; disabled: boolean; headerTemplate: NpTabHeaderDirective; constructor(cdf: ChangeDetectorRef); }