Closed dej611 closed 3 years ago
Right now props are documented by showing the direct type value. For instance:
#### theme **Type**: ColorTheme **Required**: No **Default value**: "positive"
"positive" is within the type ColorTheme, but unless scrolling it is not possible to know which other strings the type contains.
"positive"
ColorTheme
It would be nice to have the type value expanded (where possible): For instance:
#### theme **Type**: ColorTheme ( "positive" | "negative" ) **Required**: No **Default value**: "positive"
Right now props are documented by showing the direct type value. For instance:
"positive"
is within the typeColorTheme
, but unless scrolling it is not possible to know which other strings the type contains.It would be nice to have the type value expanded (where possible): For instance: