UNPKG

@native-html/heuristic-table-plugin

Version:

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

22 lines (13 loc) • 848 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; [TableFlexRowContainer](./heuristic-table-plugin.tableflexrowcontainer.md) ## TableFlexRowContainer interface A container to display items in row. (think 'flex-direction: row') <b>Signature:</b> ```typescript export interface TableFlexRowContainer ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [children](./heuristic-table-plugin.tableflexrowcontainer.children.md) | ([TableFlexColumnContainer](./heuristic-table-plugin.tableflexcolumncontainer.md) \| [TableCell](./heuristic-table-plugin.tablecell.md)<!-- -->)\[\] | | | [type](./heuristic-table-plugin.tableflexrowcontainer.type.md) | 'row-container' | |