UNPKG

ng-zorro-antd-mobile

Version:

An enterprise-class mobile UI components based on Ant Design and Angular

18 lines (17 loc) 468 B
import { TemplateRef, NgZone } from '@angular/core'; export declare class ToastComponent { private _zone; prefixCls: string; isContentString: boolean; maskClassMap: any; transitionName: string; private _iconType; private _content; mask: boolean; content: string | TemplateRef<any>; iconType: string; amToast: boolean; readonly amToastMask: boolean; readonly amToastNoMask: boolean; constructor(_zone: NgZone); }