UNPKG

457 BTypeScriptView Raw
1import * as ɵngcc0 from '@angular/core';
2export declare class TabsetConfig {
3 /** provides default navigation context class: 'tabs' or 'pills' */
4 type: string;
5 /** provides possibility to set keyNavigations enable or disable, by default is enable */
6 isKeysAllowed: boolean;
7 /** aria label for tab list */
8 ariaLabel: string;
9 static ɵfac: ɵngcc0.ɵɵFactoryDef<TabsetConfig, never>;
10}
11
12//# sourceMappingURL=tabset.config.d.ts.map
\No newline at end of file