UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

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