UNPKG

smart-react-components

Version:

React UI library, wide variety of editable ready to use Styled and React components.

20 lines (15 loc) 515 B
'use strict'; function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } var styled = require('styled-components'); var styled__default = _interopDefault(styled); require('../index-56ba89df.js'); var Tbody$1 = require('../element/Tbody.js'); var Tbody = styled__default(Tbody$1) ` ${({ borderless }) => borderless && ` > tr > * { border-top-width: 0; border-bottom-width: 0; } `} `; module.exports = Tbody;