UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

13 lines (10 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; function ownerDocument(node) { return node && node.ownerDocument || document; } var _default = ownerDocument; exports.default = _default;