UNPKG

@mui/utils

Version:
9 lines (8 loc) 194 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = ownerDocument; function ownerDocument(node) { return node && node.ownerDocument || document; }