UNPKG

@equinor/mad-toast

Version:

Toast package built on top of `react-native-toast-message`

12 lines (10 loc) 141 B
// src/types.ts var ToastTypes = { ERROR: "error", SUCCESS: "success", WARNING: "warning", INFO: "info" }; export { ToastTypes };