Skip to main content

TableHeaderCellProps<T>

TableHeaderCellProps<T> = ComponentPropsWithRef<"th"> & VariantProps<typeof TableHeaderCellStyles> & object

Props for a table header cell component.

This type combines standard HTML <th> element attributes, style variant props, and ref attributes for a table header cell.

Type Declaration

optional header: Header<T, unknown>

Type Parameters

T

T

See

  • VariantProps
  • RefAttributes