UNPKG

@suprsend/react

Version:

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

3 lines (2 loc) 221 B
import { InboxPopoverProps } from '../interface'; export default function InboxPopover({ bellComponent, badgeComponent, popperPosition, theme, ...feedConfig }: InboxPopoverProps): import("react/jsx-runtime").JSX.Element;