UNPKG

@equinor/mad-toast

Version:

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

4 lines (3 loc) 177 B
import { IconProps } from "@equinor/mad-components"; import { ToastType } from "../types"; export declare const getIconNameForToastType: (type: ToastType) => IconProps["name"];