UNPKG

@gsretail.com/gui-core

Version:

A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook

2 lines (1 loc) 424 B
import{__rest as r,__assign as t}from"tslib";import o from"react";import{Box as a}from"@mui/material";import e from"./GuiLayout.styled.js";var i=e((function(e){var i=e.width,m=e.className,s=e.boxProps,l=r(e,["width","className","boxProps"]);return o.createElement(a,t({className:["gui-layout",m&&m].join(" "),maxWidth:i},s),l.children?l.children:"{props.children}")}));i.defaultProps={};export{i as GuiLayout,i as default};