@shopgate/engage
Version:
Shopgate's ENGAGE library.
4 lines • 347 B
JavaScript
import{main$}from'@shopgate/engage/core/streams';import{DEVELOPMENT_TOOLS_TOGGLE_INSETS}from"../constants";/**
* Gets triggered after the simulated page insets were updated
* @type {Observable}
*/export var simulatedPageInsetsDidUpdate$=main$.filter(function(_ref){var action=_ref.action;return action.type===DEVELOPMENT_TOOLS_TOGGLE_INSETS;});