@native-html/heuristic-table-plugin
Version:
🔠A 100% native component using heuristics to render tables in react-native-render-html
14 lines (8 loc) • 440 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@native-html/heuristic-table-plugin](./heuristic-table-plugin.md) > [renderers](./heuristic-table-plugin.renderers.md)
## renderers variable
Renderers to be merged in the `renderers` prop of `RenderHTML` component.
<b>Signature:</b>
```typescript
renderers: Record<'th' | 'td' | 'table', CustomBlockRenderer>
```