TableRowProps<T>
TableRowProps<
T> =ComponentPropsWithRef<"tr"> &object
Props for a table row (<tr>) component.
Extends standard HTML attributes and ref attributes for an HTMLTableRowElement,
allowing you to pass any valid <tr> properties and a ref.
Type Declaration
row?
optionalrow:Row<T>
Type Parameters
T
T
See
- HTMLAttributes
- RefAttributes