UNPKG
@hyahfoufi/ng-snotify
Version:
latest (18.0.0)
18.0.0
17.0.0
15.0.7
15.0.6
15.0.5
15.0.4
15.0.3
15.0.2
15.0.1
Angular 2+ alternative notifications center
github.com/hyahfoufi/ng-snotify
hyahfoufi/ng-snotify
@hyahfoufi/ng-snotify
/
lib
/
types
/
snotify-type.type.d.ts
2 lines
(1 loc)
•
116 B
TypeScript
View Raw
1
2
export
type
SnotifyTypeType =
'simple'
|
'success'
|
'error'
|
'warning'
|
'info'
|
'async'
|
'confirm'
|
'prompt'
;