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) 398 B
import{__rest as r,__assign as e}from"tslib";import i from"react";import{Card as t}from"@mui/material";import m from"./GuiCard.styled.js";var a=m((function(m){var a=m.minHeight;m.square;var n=m.children,o=r(m,["minHeight","square","children"]);return i.createElement(t,e({},o,{style:{minHeight:a}}),n||"{children}")}));a.defaultProps={minHeight:"50px",square:!1};export{a as GuiCard,a as default};