UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

11 lines (9 loc) 210 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = unwrap; // weak function unwrap(component) { return component.Naked ? unwrap(component.Naked) : component; }