UNPKG

@suprsend/react

Version:

The react library for using SuprSend features like inbox, preferences etc

3 lines (2 loc) 237 B
import { ToastNotificationProps } from '../interface'; export default function ToastNotificationCard({ notificationData, hideAvatar, themeType, theme, disableMarkdown, }: ToastNotificationProps): import("react/jsx-runtime").JSX.Element;