UNPKG

@suprsend/react

Version:

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

4 lines (3 loc) 465 B
import { ClickableNotificationProps } from '../interface'; declare function ClickableNotification({ notificationData, notificationClickHandler, notificationComponent, hideAvatar, themeType, primaryActionClickHandler, secondaryActionClickHandler, theme, scrollRef, setUnseenNotifications, unseenNotifications, enableIntersectionObserver, disableMarkdown, }: ClickableNotificationProps): import("react/jsx-runtime").JSX.Element; export default ClickableNotification;