(props)
| 31219 | return (_a = _react.useContext(WindowContext).window) === null || _a === void 0 ? void 0 : _a.document; |
| 31220 | }; |
| 31221 | var WindowProvider = function(props) { |
| 31222 | return _react.createElement(WindowContext.Provider, { |
| 31223 | value: props |
| 31224 | }, props.children); |
| 31225 | }; |
| 31226 | |
| 31227 | },{"react":"8ePka","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"jhXLC":[function(require,module,exports) { |
| 31228 | var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); |
nothing calls this directly
no outgoing calls
no test coverage detected