Home > @native-html/heuristic-table-plugin > useHtmlTableCellProps
Customize td and th renderers while reusing default cell renderer logic.
Signature:
export default function useHtmlTableCellProps(input: CustomRendererProps<TBlock>): CustomRendererProps<TBlock>;|
Parameter |
Type |
Description |
|---|---|---|
|
{ propsFromParent, ...props } |
(not declared) | |
|
input |
CustomRendererProps<TBlock> |
Returns:
CustomRendererProps<TBlock>