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) • 226 B
import { IToastMessageProps } from '../../@types'; export default function ToastMessage({ message: { duration, id, content, type }, onRemoveMessage, classNames, }: IToastMessageProps): import("react/jsx-runtime").JSX.Element;