UNPKG

@dicdikshaorg/epub-player-v9

Version:

Contains Epub player library components powered by angular. These components are designed to be used in sunbird consumption platforms *(mobile app, web portal, offline desktop app)* to drive reusability, maintainability hence reducing the redundant develo

10 lines (9 loc) 242 B
export declare class ToastrService { private toastSubject; toastState$: import("rxjs").Observable<{ message: string; type: string; }>; constructor(); show(message?: string, type?: string): void; }