JSPM

react-prop-types-element-of-type

2.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4797
  • Score
    100M100P100Q135227F
  • License MIT

Check if given React element is created by certain Component type

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

Version Travis CI Quality Coverage Dependencies Gitter

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

devDependency Status

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request