UNPKG

@bestatic/styled

Version:

Styled scope provider for Markdown/MDX/TDX documents

14 lines (12 loc) 159 B
import { createComponent } from '../util' export const ol = createComponent( 'ol', { lineHeight: 1.625 }, { pl: 3, mt: 3, mb: 4 } )