UNPKG

react-native-turbo-toast

Version:

High-performance toast notifications for React Native with TurboModules

8 lines 331 B
import type React from 'react'; interface ToastContainerProps { children?: React.ReactNode; } export declare const ToastContainer: React.FC<ToastContainerProps>; export declare function withToastContainer<P extends object>(Component: React.ComponentType<P>): React.FC<P>; export {}; //# sourceMappingURL=ToastContainer.d.ts.map