-
Notifications
You must be signed in to change notification settings - Fork 257
Closed
Description
As far as I have noticed react-docgen-typescript doesn't support union types like:
interface I1 {
/** property 1 */
a: string;
}
interface I2 {
/** property 2 */
b: string;
}
export default class Sample extends React.Component<I1 | I2, {}> {
...
At the moment when supplying styleguidist with this construct it just shows children
as sole property.
maxatwork, leesiongchan and jameslnewell
Metadata
Metadata
Assignees
Labels
No labels