UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

11 lines (10 loc) 422 B
import { borders, compose, display, flexbox, palette, positions, shadows, sizing, spacing, typography, css } from '@material-ui/system'; import styled from '../styles/styled'; export var styleFunction = css(compose(borders, display, flexbox, positions, palette, shadows, sizing, spacing, typography)); /** * @ignore - do not document. */ var Box = styled('div')(styleFunction, { name: 'MuiBox' }); export default Box;