ng-materialgrammi
Version:
An Angular framework which follows
24 lines (23 loc) • 1.06 kB
TypeScript
import { EventEmitter, OnInit } from '@angular/core';
import { NavPartition, Theme } from '../../types';
import * as i0 from "@angular/core";
export declare class NavbarComponent implements OnInit {
searchedText: EventEmitter<any>;
spaceAround: boolean;
theme: Theme;
onSmallMenuButton: string;
isFixed: boolean;
partitionType: NavPartition;
navData: any;
onSmallActive: boolean;
searchQuery: string;
constructor();
ngOnInit(): void;
onSmallClass(): "" | "active";
toggleNav(): void;
mainNavClasses(): string;
onEnterSearchQuery(event: any): void;
sendSearch(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "mg-navbar", never, { "spaceAround": "spaceAround"; "theme": "theme"; "onSmallMenuButton": "onSmallMenuButton"; "isFixed": "isFixed"; "partitionType": "partitionType"; "navData": "navData"; }, { "searchedText": "searchedText"; }, never, ["[slot=brand]", "[slot=left-nav]", "[slot=right-nav]"]>;
}