UNPKG

react-toast

Version:
9 lines (8 loc) 220 B
/// <reference types="react" /> import { Type } from '../../types'; interface IToastIcon { /** Icon type */ type: Type; } export declare const toastIcon: ({ type }: IToastIcon) => JSX.Element; export {};