UNPKG

@alfresco/adf-core

Version:
12 lines (11 loc) 517 B
import * as i0 from "@angular/core"; export interface NavbarItem { label: string; routerLink?: string; } export declare class NavbarItemComponent { label: string; routerLink?: string; static ɵfac: i0.ɵɵFactoryDeclaration<NavbarItemComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NavbarItemComponent, "adf-navbar-item", never, { "label": { "alias": "label"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; }, {}, never, never, true, never>; }