TableHeaderCellProps<T>
TableHeaderCellProps<
T> =ComponentPropsWithRef<"th"> &VariantProps<typeofTableHeaderCellStyles> &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
header?
optionalheader:Header<T,unknown>
Type Parameters
T
T
See
- VariantProps
- RefAttributes