UNPKG

datajunction-ui

Version:
7 lines (6 loc) 264 B
interface NotificationBellProps { onDropdownToggle?: (isOpen: boolean) => void; forceClose?: boolean; } export default function NotificationBell({ onDropdownToggle, forceClose, }: NotificationBellProps): import("react/jsx-runtime").JSX.Element; export {};