SupportedRenderers
API / @publicodes/react-ui / SupportedRenderers
type SupportedRenderers: object;
The custom renderers for the markdown content.
Type declaration
Name | Type | Description | Defined in |
---|---|---|---|
Accordion ? | ComponentType <AccordionProps > | Accordion used for developer documentation. | contexts.tsx:35 |
Code ? | ComponentType <CodeProps > | Block of code in pre | contexts.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 |