UNPKG

rc-toastr

Version:

A fully customized reactJs toasting library

6 lines (5 loc) 143 B
import { Variant } from '../types'; declare const ToastIcon: ({ type }: { type: Variant; }) => JSX.Element; export default ToastIcon;