15.0.38 • Published 7 years ago

@cw-types/react v15.0.38

Weekly downloads
1
License
-
Repository
github
Last release
7 years ago

Installation

First, run npm install --save @cw-types/react

Then, you must add node_modules/@cw-types to your tsconifg.json file, like so:

    "typeRoots": [
      "node_modules/@cw-types",
      "node_modules/@types"
    ]

This will enable the Typescript compiler to find and use this typing since it is not installed under node_modules/@types.

Please note the order is important of the entries in typeRoots. If you want node_modules/@types to resolve first then move it up top.

15.0.38

7 years ago

15.0.31-b

7 years ago

15.0.31-a

7 years ago

15.0.31

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0-a

7 years ago