UNPKG

react-svg

Version:

A React component that injects SVG into the DOM.

9 lines (6 loc) 241 B
// Hat-tip: https://github.com/mui/material-ui/tree/master/packages/mui-utils/src. const ownerWindow = (node?: Node | null) => { const doc = node?.ownerDocument || document return doc.defaultView || window } export default ownerWindow