@gsretail.com/gui-core
Version:
A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook
2 lines (1 loc) • 416 B
JavaScript
import{__assign as r}from"tslib";import e from"react";import{Table as o}from"@mui/material";import t from"../GuiTable/styled.js";import i from"../GuiTableBody/GuiTableBody.js";var l=t((function(t){var l=t.borderRow,m=t.borderColumn,a=t.children,n=t.tableProps;return e.createElement(o,r({className:["innerTable",l&&"isBorderRow",m&&"isBorderColumn"].join(" ")},n),e.createElement(i,null,a))}));export{l as default};