@commercetools-frontend/react-notifications
Version:
React bindings for @commercetools-frontend/notifications
10 lines (9 loc) • 309 B
TypeScript
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;