s.firstCellOffsetReset )} hidden={rowIsHidden} {...(isClickable && { tabIndex: 0 })} aria-label={ariaLabel} ref={innerRef} {...(onRowClick && { onClick: onRowClick, onKeyDown })} {...ouiaProps} {...props} > {children} ); }; export const Tr = React.forwardRef((props: TrProps, ref: React.Ref) => ( )); Tr.displayName = 'Tr';