UNPKG

react-native-action-toast

Version:

A premium, customizable toast notification system for React Native with action buttons, beautiful animations, and Expo compatibility

7 lines (6 loc) 350 B
import React from "react"; import { ToastManagerHandle } from "../types"; declare const ToastManager: React.ForwardRefExoticComponent<React.RefAttributes<ToastManagerHandle>>; export declare const initializeToast: () => React.RefObject<ToastManagerHandle>; export declare const getToastManager: () => ToastManagerHandle; export default ToastManager;