UNPKG

@mui/utils

Version:

Utility functions for React components.

3 lines 96 B
export default function ownerDocument(node) { return node && node.ownerDocument || document; }