UNPKG

462 BJavaScriptView Raw
1import { borders, compose, display, flexbox, grid, palette, positions, shadows, sizing, spacing, typography, styleFunctionSx } from '@material-ui/system';
2import styled from '../styles/styled';
3export const styleFunction = styleFunctionSx(compose(borders, display, flexbox, grid, positions, palette, shadows, sizing, spacing, typography));
4/**
5 * @ignore - do not document.
6 */
7
8const Box = styled('div')(styleFunction, {
9 name: 'MuiBox'
10});
11export default Box;
\No newline at end of file