UNPKG

@material-ui/core

Version:

Quickly build beautiful React apps. Material-UI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.

21 lines (16 loc) 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _system = require("@material-ui/system"); var _styles = require("../styles"); const defaultTheme = (0, _styles.createTheme)(); /** * @ignore - do not document. */ const Box = (0, _system.createBox)({ defaultTheme }); var _default = Box; exports.default = _default;