UNPKG
@fradev/ng-snotify
Version:
latest (4.4.4)
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
Angular 2+ notifications center
github.com/fdonzello/ng-snotify
fdonzello/ng-snotify
@fradev/ng-snotify
/
snotify
/
types
/
event.type.d.ts
5 lines
(4 loc)
•
190 B
TypeScript
View Raw
1
2
3
4
5
/** * Toast event types */
export
declare
type
SnotifyEvent =
'mounted'
|
'beforeShow'
|
'shown'
|
'input'
|
'click'
|
'mouseenter'
|
'mouseleave'
|
'beforeHide'
|
'hidden'
|
'destroyed'
;