Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 766 Bytes

heuristic-table-plugin.usehtmltablecellprops.md

File metadata and controls

24 lines (14 loc) · 766 Bytes

Home > @native-html/heuristic-table-plugin > useHtmlTableCellProps

useHtmlTableCellProps() function

Customize td and th renderers while reusing default cell renderer logic.

Signature:

export default function useHtmlTableCellProps({ propsFromParent, ...props }: CustomRendererProps<TBlock>): CustomRendererProps<TBlock>;

Parameters

Parameter Type Description
{ propsFromParent, ...props } CustomRendererProps<TBlock>

Returns:

CustomRendererProps<TBlock>