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