UNPKG

@salvoravida/reapop

Version:

A simple & customizable notifications system for React

8 lines (7 loc) 230 B
/// <reference types="react" /> import { Notification } from '..'; declare type Props = { notification: Notification; }; declare const NotificationImage: (props: Props) => JSX.Element; export default NotificationImage;