UNPKG

ngx-tabset

Version:

A very simple library to let you create some tabs

11 lines (10 loc) 259 B
import { TemplateRef } from '@angular/core'; export declare class TabComponent { tabTitle: string; tabSubTitle: string; active: boolean; disabled: boolean; bypassDOM: boolean; customPaneClass: string; template: TemplateRef<any>; }