()
| 31212 | window: typeof window === "object" ? window : undefined |
| 31213 | }); |
| 31214 | var useWindow = function() { |
| 31215 | return _react.useContext(WindowContext).window; |
| 31216 | }; |
| 31217 | var useDocument = function() { |
| 31218 | var _a; |
| 31219 | return (_a = _react.useContext(WindowContext).window) === null || _a === void 0 ? void 0 : _a.document; |
nothing calls this directly
no outgoing calls
no test coverage detected