UNPKG

@shopgate/engage

Version:
4 lines 203 B
import{hasWebBridge}from"./bridge";/** * Checks whether the app shall use a scroll container * @returns {boolean} */export var useScrollContainer=function useScrollContainer(){return!hasWebBridge();};