UNPKG

@native-html/heuristic-table-plugin

Version:

🔠 A 100% native component using heuristics to render tables in react-native-render-html

24 lines (15 loc) • 918 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@native-html/heuristic-table-plugin](./heuristic-table-plugin.md) &gt; [HTMLTableProps](./heuristic-table-plugin.htmltableprops.md) ## HTMLTableProps interface Props for the [HTMLTable](./heuristic-table-plugin.htmltable.md) component. <b>Signature:</b> ```typescript export interface HTMLTableProps extends CustomRendererProps<TBlock> ``` <b>Extends:</b> CustomRendererProps&lt;TBlock&gt; ## Properties | Property | Type | Description | | --- | --- | --- | | [config](./heuristic-table-plugin.htmltableprops.config.md) | [HeuristicTablePluginConfig](./heuristic-table-plugin.heuristictablepluginconfig.md) | | | [layout](./heuristic-table-plugin.htmltableprops.layout.md) | TableLayout | | | [settings](./heuristic-table-plugin.htmltableprops.settings.md) | Settings | |