UNPKG

@phonehtut/react-native-sonner

Version:

A simple and customizable toast notification system for React Native applications

16 lines (15 loc) 272 B
import 'react-native'; declare module 'react-native' { interface ViewProps { className?: string; } interface TextProps { className?: string; } interface ImageProps { className?: string; } interface PressableProps { className?: string; } }