UNPKG

@bestatic/styled

Version:

Styled scope provider for Markdown/MDX/TDX documents

14 lines (12 loc) 161 B
import { createComponent } from '../util' export const p = createComponent( 'p', { lineHeight: 2.0 }, { mt: 3, mb: 3, fontSize: 2 } )