UNPKG

116 BPlain TextView Raw
1export const TOAST_HIDE = "TOAST_HIDE";
2export const TOAST_SHOW = "TOAST_SHOW";
3export const TOAST_DURATION = 5000;