Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 269 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 269 Bytes

react-externs

Closure Compiler externs for Facebook React.js

How to use it with Bower

bower.json

{
  "name": "your-library",
  "version": "0.0.0",
  "dependencies": {
    "react-externs": "/~https://github.com/steida/react-externs.git"
  }
}