@talend/react-containers
Version:
Provide connected components aka containers for @talend/react-cmf based on @talend/react-components.
9 lines (8 loc) • 307 B
TypeScript
/**
* transform the APP state to push notification into the Notification component state slot on redux
* even if this component is not already mounted.
* @param {state} state
* @param {*} notification
* @returns {state}
*/
export default function pushNotification(state: any, notification: any): any;