v4web-components
Version:
Stencil Component Starter
18 lines (17 loc) • 382 B
TypeScript
import { INavbarItem } from './menu-item/navbar-item';
export declare class LabDsNavbar {
collapsed: boolean;
menus: Array<INavbarItem>;
user?: {
name: string;
unitName: string;
};
logo: string;
currentHost: Location;
activeUrl: string;
activeProductsV4: boolean;
activeRedeV4: boolean;
openProductsV4: boolean;
openRedeV4: boolean;
render(): any;
}