UNPKG

@wordpress/commands

Version:
14 lines 242 B
/** * Sets the active context. * * @param {string} context Context. * * @return {Object} action. */ export function setContext(context) { return { type: 'SET_CONTEXT', context }; } //# sourceMappingURL=private-actions.js.map