UNPKG

@shopgate/engage

Version:
10 lines (9 loc) 338 B
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 const simulatedPageInsetsDidUpdate$ = main$.filter(({ action }) => action.type === DEVELOPMENT_TOOLS_TOGGLE_INSETS);