UNPKG

@react-bunker/toast-notification

Version:

- 🔗 [Apresentação do toast notification](https://edinelsonslima.github.io/lp-toast-notification/) - 🔗 [NPM](https://www.npmjs.com/package/@edinelsonslima/toast-notification)

3 lines (2 loc) • 172 B
import { IToast, IToastWithoutType, IReactNode } from '../@types'; export declare function toastType(type: IToast["type"]): (data: IToastWithoutType | IReactNode) => void;