Spaces:
Sleeping
Sleeping
pythonic-rag-FastAPIReact / frontend /node_modules /@mui /utils /modern /ownerWindow /ownerWindow.js
| import ownerDocument from '../ownerDocument'; | |
| export default function ownerWindow(node) { | |
| const doc = ownerDocument(node); | |
| return doc.defaultView || window; | |
| } |