UNPKG

@plone/volto

Version:
9 lines (8 loc) 264 B
/** * emailNotification reducer. * @function emailNotification * @param {Object} state Current state. * @param {Object} action Action to be handled. * @returns {Object} New state. */ export default function emailNotification(state?: any, action?: any): any;