UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

9 lines (8 loc) 239 B
/** * Is renders an "All clear" message and an image to indicate the user has no * notifications. * * @example * <ClearInboxMessage /> */ export default function ClearInboxMessage(): import("@emotion/react/jsx-runtime").JSX.Element;