UNPKG

@redux-devtools/rtk-query-monitor

Version:
25 lines 659 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { jsx as ___EmotionJSX } from "@emotion/react"; export function UList(props) { return ___EmotionJSX("ul", _extends({}, props, { css: theme => ({ listStyle: 'none', padding: '0 0 0 1em', color: theme.ULIST_COLOR, '& > li': { listStyle: 'none' }, '& > li::before': { content: '"\\2022"', display: 'inline-block', paddingRight: '0.5em', color: theme.ULIST_DISC_COLOR, fontSize: '0.8em' }, '& strong': { color: theme.ULIST_STRONG_COLOR } }) })); }