ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
32 lines (31 loc) • 1.37 kB
TypeScript
import { TemplateRef, EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NavBarComponent {
defaultProps: {
prefixCls: string;
mode: string;
onLeftClick: () => void;
};
navbarCls: {};
isIconString: boolean;
isLeftContentString: boolean;
isRightContentString: boolean;
private _icon;
private _leftContent;
private _rightContent;
set mode(value: any);
get icon(): string | TemplateRef<any>;
set icon(value: string | TemplateRef<any>);
get leftContent(): string | TemplateRef<any>;
set leftContent(value: string | TemplateRef<any>);
get rightContent(): string | TemplateRef<any>;
set rightContent(value: string | TemplateRef<any>);
onLeftClick: EventEmitter<any>;
amNavbar: boolean;
amNavbarLight: any;
amNavbardark: any;
constructor();
click(event: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NavBarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NavBarComponent, "Navbar, nzm-nav-bar", never, { "mode": { "alias": "mode"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "leftContent": { "alias": "leftContent"; "required": false; }; "rightContent": { "alias": "rightContent"; "required": false; }; }, { "onLeftClick": "onLeftClick"; }, never, ["*"], false, never>;
}