UNPKG

@hyahfoufi/ng-snotify

Version:

Angular 2+ alternative notifications center

5 lines (4 loc) 200 B
/** * Toast position types */ export type SnotifyPositionType = 'leftTop' | 'leftCenter' | 'leftBottom' | 'rightTop' | 'rightCenter' | 'rightBottom' | 'centerTop' | 'centerCenter' | 'centerBottom';