UNPKG

@commercetools-frontend/actions-global

Version:
7 lines (6 loc) 263 B
import { HIDE_ALL_PAGE_NOTIFICATIONS } from '@commercetools-frontend/constants'; type HideAllPageNotificationAction = { type: typeof HIDE_ALL_PAGE_NOTIFICATIONS; }; export default function hideAllPageNotifications(): HideAllPageNotificationAction; export {};