Package Exports
- react-prop-types-element-of-type
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-prop-types-element-of-type) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-prop-types-element-of-type
Check if given React element is created by certain Component type
Usage
react-prop-types-element-of-type
requires React 0.14
npm install --save react-prop-types-element-of-type
See test cases for usage.
Development
First, clone the project.
git clone ...
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request