UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

8 lines (6 loc) 215 B
import ownerDocument from './ownerDocument'; function ownerWindow(node, fallback = window) { const doc = ownerDocument(node); return doc.defaultView || doc.parentView || fallback; } export default ownerWindow;