vue-snotify
Version:
A Vue.js toast notifications
15 lines (14 loc) • 345 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",
}