UNPKG

smart-react-components

Version:

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

12 lines (7 loc) 391 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); var H3 = require('./element/H3.js'); var ModalTitle = styled__default(H3).attrs(({ flex = "0 0 auto", m = "0" }) => ({ flex, m })) ``; exports.ModalTitle = ModalTitle;