<!-- 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;

