UNPKG

@wenn/onb

Version:

onb-core

9 lines (7 loc) 170 B
import { GLOBAL_NOTIFICATION } from '../constants'; export function globalNotification(notification) { return { type: GLOBAL_NOTIFICATION, notification }; }