UNPKG

@native-html/heuristic-table-plugin

Version:

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

25 lines (14 loc) • 766 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; [useHtmlTableCellProps](./heuristic-table-plugin.usehtmltablecellprops.md) ## useHtmlTableCellProps() function Customize `td` and `th` renderers while reusing default cell renderer logic. <b>Signature:</b> ```typescript export default function useHtmlTableCellProps({ propsFromParent, ...props }: CustomRendererProps<TBlock>): CustomRendererProps<TBlock>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | { propsFromParent, ...props } | CustomRendererProps&lt;TBlock&gt; | | <b>Returns:</b> CustomRendererProps&lt;TBlock&gt;