UNPKG

angular2-advanced-notifications

Version:
9 lines (8 loc) 141 B
declare enum AnAlertTypes { INFO = 0, WARNING = 1, SUCCESS = 2, ERROR = 3, BLANK = 4, } export { AnAlertTypes };