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
/
enums
/
snotify-style.enum.d.ts
14 lines
(13 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * Toast style. */
export
declare
enum
SnotifyStyle
{ simple =
"simple"
, success =
"success"
, error =
"error"
, warning =
"warning"
, info =
"info"
,
async
=
"async"
, confirm =
"confirm"
, prompt =
"prompt"
}