UNPKG

react-native-toast-mith

Version:
8 lines (7 loc) 177 B
interface Props { type: 'success' | 'error'; message?: string; title?: string; } declare const type: ({ type, message, title }: Props) => void; export default type;