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