@coreui/angular
Version:
CoreUI Components Library for Angular
17 lines (16 loc) • 719 B
TypeScript
import * as i0 from "@angular/core";
export declare class NavComponent {
/**
* Specify a layout type for component.
* @type {'fill' | 'justified'}
*/
layout?: 'fill' | 'justified';
/**
* Set the nav variant to tabs or pills.
* @type 'tabs' | 'pills' | 'underline' | 'underline-border'
*/
variant?: '' | 'tabs' | 'pills' | 'underline' | 'underline-border';
get hostClasses(): any;
static ɵfac: i0.ɵɵFactoryDeclaration<NavComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NavComponent, "c-nav", never, { "layout": { "alias": "layout"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
}