UNPKG

expo-toastee

Version:

A simple and elegant toast notification library for React Native Expo with Material You and Neobrutalist themes

7 lines (6 loc) 220 B
import React from 'react'; import { ToastGlobalConfig } from './types'; interface ToastContainerProps extends Partial<ToastGlobalConfig> { } export declare const ToastContainer: React.FC<ToastContainerProps>; export {};