UNPKG

@bestatic/styled

Version:

Styled scope provider for Markdown/MDX/TDX documents

14 lines (12 loc) 169 B
import { createComponent } from '../util' export const hr = createComponent( 'hr', { border: 0, height: '2px' }, { mx: 0, bg: 'lightgray' } )