strothj / babel-plugin-react-docgen-typescript

Babel Plugin to generate docgen data from React components written in TypeScript.
12 stars 4 forks source link

fix: enum shape parity #16

Closed petermikitsh closed 4 years ago

petermikitsh commented 4 years ago

This change fixes the props shape when the option shouldExtractLiteralValuesFromEnum is enabled. See #15.

strothj commented 4 years ago

Thanks! Published as 1.4.2.