UNPKG
react-native-toastier
Version:
latest (2.0.5)
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.2.1
1.2.0
1.0.3
1.0.2
1.0.1
1.0.0
A Fully Customizable Toast Component for React Native.
github.com/hardik27111/react-native-toastify
react-native-toastier
/
lib
/
module
/
types.js
8 lines
•
281 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
let
ToastTypeEnum
=
/*#__PURE__*/
function
(
ToastTypeEnum
) {
ToastTypeEnum
[
"Success"
] =
"success"
;
ToastTypeEnum
[
"Danger"
] =
"danger"
;
ToastTypeEnum
[
"Waring"
] =
"orange"
;
ToastTypeEnum
[
"Info"
] =
"info"
;
return
ToastTypeEnum
; }({});
//# sourceMappingURL=types.js.map