Skip to content

Latest commit

 

History

History
66 lines (31 loc) · 950 Bytes

File metadata and controls

66 lines (31 loc) · 950 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(input: CustomRendererProps<TBlock>): CustomRendererProps<TBlock>;

Parameters

Parameter

Type

Description

{ propsFromParent, ...props }

(not declared)

input

CustomRendererProps<TBlock>

Returns:

CustomRendererProps<TBlock>