ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
51 lines (50 loc) • 1.55 kB
TypeScript
import { OnInit, EventEmitter, OnDestroy } from '@angular/core';
import { IconHandler } from 'ng-zorro-antd-mobile/core';
import * as i0 from "@angular/core";
export declare class NoticeBarComponent implements OnInit, OnDestroy {
private _iconHandler;
visiable: boolean;
marqueeScroll: string;
style: {};
private _width;
private _option;
get option(): {
mode: string;
icon: string;
action: string;
content: string;
fontSize: string;
scrolling: boolean;
marqueeProps: {
loop: boolean;
leading: number;
trailing: number;
fps: number;
style: {};
};
};
set option(value: {
mode: string;
icon: string;
action: string;
content: string;
fontSize: string;
scrolling: boolean;
marqueeProps: {
loop: boolean;
leading: number;
trailing: number;
fps: number;
style: {};
};
});
onClick: EventEmitter<any>;
constructor(_iconHandler: IconHandler);
click(): void;
dataProcess(): void;
insetKeyframe(animationName: any): void;
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NoticeBarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NoticeBarComponent, "NoticeBar, nzm-notice-bar", never, { "option": { "alias": "option"; "required": false; }; }, { "onClick": "onClick"; }, never, never, false, never>;
}