UNPKG

@procore/core-react

Version:
5 lines 287 B
export var createIntersectionObserver = function createIntersectionObserver(callback) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; return new IntersectionObserver(callback, options); }; //# sourceMappingURL=createIntersectionObserver.js.map