UNPKG

react-native-internal-notification

Version:

Typescript component to show internal (in-app) notifications for react native application

6 lines (5 loc) 272 B
/// <reference types="react" /> import { INotificationContext, INotiticationProps } from './types'; export declare function useNotification(): INotificationContext; declare function Notification({ children }: INotiticationProps): JSX.Element; export default Notification;