(tableStyles['spectrum-Table-cell'], styles.tableCell)
| 633 | </td> |
| 634 | )} |
| 635 | <td className={clsx(tableStyles['spectrum-Table-cell'], styles.tableCell)}> |
| 636 | {renderHTMLfromMarkdown(prop.description, {forceInline: false})} |
| 637 | </td> |
| 638 | </tr> |
| 639 | ))} |
no test coverage detected