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
/
snotify.type.d.ts
2 lines
(1 loc)
•
120 B
TypeScript
View Raw
1
2
export
declare
type
SnotifyType =
'simple'
|
'success'
|
'error'
|
'warning'
|
'info'
|
'async'
|
'confirm'
|
'prompt'
;