| Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/@mui/utils/ownerDocument/ |
| Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/@mui/utils/ownerDocument/ownerDocument.js |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = ownerDocument;
function ownerDocument(node) {
return node && node.ownerDocument || document;
}