UNPKG

@suprsend/react

Version:

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

4 lines (3 loc) 495 B
import { NotificationCardProps, BodyMarkdownProps } from '../interface'; export declare function BodyMarkdown({ body, handleActionClick, style, disableMarkdown, }: BodyMarkdownProps): import("react/jsx-runtime").JSX.Element; export default function Notification({ notificationData, handleActionClick, notificationComponent, hideAvatar, themeType, primaryActionClickHandler, secondaryActionClickHandler, theme, disableMarkdown, }: NotificationCardProps): import("react/jsx-runtime").JSX.Element;