UNPKG

ng-zorro-antd-mobile

Version:

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

9 lines (8 loc) 241 B
import { Subject } from 'rxjs'; export declare class ActionSheetSubject extends Subject<any> { modalId: string; private _eventsQueue; constructor(); destroy(type?: any): void; on(eventType: string, cb: Function): void; }