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-position.type.d.ts
5 lines
(4 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
/** * Toast position types */
export
type
SnotifyPositionType =
'leftTop'
|
'leftCenter'
|
'leftBottom'
|
'rightTop'
|
'rightCenter'
|
'rightBottom'
|
'centerTop'
|
'centerCenter'
|
'centerBottom'
;