|
@@ -313,9 +313,14 @@ const Props: React.FC<Props> = ({ of: ofAttr }) => { |
|
|
<BodyCell |
|
|
<BodyCell |
|
|
data-column-name={propDefaultValue ? 'Default' : undefined} |
|
|
data-column-name={propDefaultValue ? 'Default' : undefined} |
|
|
> |
|
|
> |
|
|
<Code> |
|
|
|
|
|
{getPropTypeHtml(propDefaultValue)} |
|
|
|
|
|
</Code> |
|
|
|
|
|
|
|
|
{ |
|
|
|
|
|
propDefaultValue |
|
|
|
|
|
&& ( |
|
|
|
|
|
<Code> |
|
|
|
|
|
{getPropTypeHtml(propDefaultValue)} |
|
|
|
|
|
</Code> |
|
|
|
|
|
) |
|
|
|
|
|
} |
|
|
</BodyCell> |
|
|
</BodyCell> |
|
|
<BodyCell> |
|
|
<BodyCell> |
|
|
{prop.description} |
|
|
{prop.description} |
|
|