@hyahfoufi/ng-snotify
Version:
Angular 2+ alternative notifications center
15 lines (14 loc) • 344 B
TypeScript
/**
* Toast position
*/
export declare enum SnotifyPosition {
leftTop = "leftTop",
leftCenter = "leftCenter",
leftBottom = "leftBottom",
rightTop = "rightTop",
rightCenter = "rightCenter",
rightBottom = "rightBottom",
centerTop = "centerTop",
centerCenter = "centerCenter",
centerBottom = "centerBottom"
}