UNPKG

react-native-toastier

Version:

A Fully Customizable Toast Component for React Native.

8 lines 281 B
export let ToastTypeEnum = /*#__PURE__*/function (ToastTypeEnum) { ToastTypeEnum["Success"] = "success"; ToastTypeEnum["Danger"] = "danger"; ToastTypeEnum["Waring"] = "orange"; ToastTypeEnum["Info"] = "info"; return ToastTypeEnum; }({}); //# sourceMappingURL=types.js.map