An open API service indexing awesome lists of open source software.

https://github.com/aackerman/proptypes

PropTypes extracted from React
https://github.com/aackerman/proptypes

Last synced: 11 months ago
JSON representation

PropTypes extracted from React

Awesome Lists containing this project

README

          

### Install

```
npm install --save prop-types
```

### Notice

The source code presented here is representative of `prop-types@0.2.0`.

The npm releases have since been turned over to the team responsible for React.

The latest releases of `prop-types` on npm are representative of the source code in the React codebase.

The source code for `prop-types@15.5.0` lives [here](https://github.com/facebook/react/tree/v15.5.0/addons/prop-types) and any further releases of `prop-types` will be based on the source living in the React codebase.