UNPKG

react-pur

Version:

React UI component library (using styled-components)

12 lines (10 loc) 206 B
import mount from '../mount'; import Small from './Small'; export default { name: 'InputHelp', type: 'small', style: (props) => ({ ...mount(Small).style(props), marginTop: '.25rem', }), };