UNPKG

@commercetools-frontend/react-notifications

Version:
10 lines (9 loc) 309 B
import type { TAppNotificationDomain } from '@commercetools-frontend/constants'; type Props = { domain: TAppNotificationDomain; }; declare const NotificationsList: { (props: Props): import("@emotion/react/jsx-runtime").JSX.Element | null; displayName: string; }; export default NotificationsList;