SupportedRenderers

API / @publicodes/react-ui / SupportedRenderers

type SupportedRenderers: object;

The custom renderers for the markdown content.

Type declaration

NameTypeDescriptionDefined in
Accordion?ComponentType<AccordionProps>Accordion used for developer documentation.contexts.tsx:35
Code?ComponentType<CodeProps>Block of code in precontexts.tsx:39
Head?ComponentType<object>-contexts.tsx:24
Link?ComponentType<object>-contexts.tsx:14
References?typeof References-contexts.tsx:31
Text?ComponentType<object>Used to render a rule description or title. Useful to parse markdown, links or emojies.contexts.tsx:30

Defined in

contexts.tsx:13