Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of siddharthkp/react-docgen-external-proptypes-handler

Account's avatar
benjamn/recast
JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator
Account's avatar
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
reactjs/react-docgen
A library to extract information from React components for documentation generation.

Support the repos that depend on this repository

Top contributors

danez's profile
danez
10 contributions
siddharthkp's profile
siddharthkp
8 contributions
dependabot[bot]'s profile
dependabot[bot]
4 contributions
pasupuletics's profile
pasupuletics
3 contributions
marnusw's profile
marnusw
1 contributions
oscard0m's profile
oscard0m
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
siddharthkp

siddharthkp/react-docgen-external-p...

evaluate variables from external files for react-docgen

JavaScript
34
6
MIT License

react‑docgen‑external‑proptypes‑handler is a small plugin for **react‑docgen** that resolves prop‑type values imported from other files (e.g., `PropTypes.oneOf(iconNames)`) so documentation generators receive the actual enum values instead of just the variable name. It’s aimed at developers using react‑docgen (or tools like react‑styleguidist) who need accurate PropTypes metadata for components that share constants across modules.