UNPKG

react-pur

Version:

React UI component library (using styled-components)

10 lines (9 loc) 152 B
export default { name: 'SubHeader', type: 'h2', style: (props) => ({ fontSize: '18px', fontWeight: 700, marginBottom: '8px', }), };