AW-981 Add Alert enum.
FarmMaps.Develop/FarmMapsLib/develop This commit looks good Details

feature/MinimizeSolution
Peter Bastiani 2020-03-04 10:19:10 +01:00
parent 33b15677d2
commit 23eb27cf7f
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
export enum Alert {
Danger = "danger",
Warning = "warning",
Success = "success"
}