MCPcopy
hub / github.com/remarkjs/react-markdown / p

Function p

test.jsx:534–538  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

532 children="a"
533 components={{
534 p(props) {
535 const {node, ...rest} = props
536 assert.deepEqual(rest, {children: 'a'})
537 return <div {...rest} />
538 }
539 }}
540 />
541 ),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected