ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
26 lines (25 loc) • 691 B
TypeScript
import { TemplateRef, EventEmitter } 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;
mode: any;
icon: string | TemplateRef<any>;
leftContent: string | TemplateRef<any>;
rightContent: string | TemplateRef<any>;
onLeftClick: EventEmitter<any>;
amNavbar: boolean;
amNavbarLight: any;
amNavbardark: any;
constructor();
click(event: any): void;
}