// @flow import styled from 'react-emotion' import { space } from 'styled-system' import { shouldForwardProp } from '../../utils' export default styled('ul', { shouldForwardProp })(space)