@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
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) > [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<TBlock> | |
<b>Returns:</b>
CustomRendererProps<TBlock>