UNPKG

@phonehtut/react-native-sonner

Version:

A simple and customizable toast notification system for React Native applications

7 lines (6 loc) 215 B
import React from 'react'; import { ToastContextType } from './types'; export declare const ToastProvider: React.FC<{ children: React.ReactNode; }>; export declare const useToastContext: () => ToastContextType;