UNPKG

react-native-toast-kit

Version:

A customizable toast/snackbar notification library for React Native

5 lines (4 loc) 146 B
import React from 'react'; import { ToastCardProps } from './types'; declare const ToastCard: React.FC<ToastCardProps>; export default ToastCard;