UNPKG

ng-zorro-antd-mobile

Version:

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

16 lines (15 loc) 396 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; position: string; constructor(_zone: NgZone); }