UNPKG

@hyahfoufi/ng-snotify

Version:

Angular 2+ alternative notifications center

5 lines (4 loc) 186 B
/** * Toast event types */ export type SnotifyEventType = 'mounted' | 'beforeShow' | 'shown' | 'input' | 'click' | 'mouseenter' | 'mouseleave' | 'beforeHide' | 'hidden' | 'destroyed';