UNPKG

smart-react-components

Version:

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

17 lines (12 loc) 524 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 Th$1 = require('../element/Th.js'); var Th = styled__default(Th$1).attrs(({ textAlign = "left", fontWeight = "semiBold" }) => ({ textAlign, fontWeight })) ` box-sizing: border-box; word-wrap: break-word; word-break: break-word; `; module.exports = Th;