UNPKG

react-native-easy-custom-toast

Version:

Customizable Toast hook for React Native

4 lines (3 loc) 225 B
import React from "react"; import { ToastConfig } from "./useEasyToast"; export declare const CustomToast: ({ message, type, icon, image, imageStyle, textStyle, containerStyle, position, }: ToastConfig) => React.JSX.Element;