UNPKG

react-native-toastier

Version:

A Fully Customizable Toast Component for React Native.

14 lines (13 loc) 410 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ToastTypeEnum = void 0; let ToastTypeEnum = exports.ToastTypeEnum = /*#__PURE__*/function (ToastTypeEnum) { ToastTypeEnum["Success"] = "success"; ToastTypeEnum["Danger"] = "danger"; ToastTypeEnum["Waring"] = "orange"; ToastTypeEnum["Info"] = "info"; return ToastTypeEnum; }({}); //# sourceMappingURL=types.js.map