UNPKG

quickbuild

Version:

A mature, feature-complete application generator with an emphasis on speed

8 lines (5 loc) 128 B
import styled from 'styled-components'; const ListItemTitle = styled.p` font-weight: bold; `; export default ListItemTitle;