https://github.com/nozzlegear/react-redux.d.ts
Typescript definition for react-redux to fix the broken ones on DefinitelyTyped.
https://github.com/nozzlegear/react-redux.d.ts
Last synced: 3 months ago
JSON representation
Typescript definition for react-redux to fix the broken ones on DefinitelyTyped.
- Host: GitHub
- URL: https://github.com/nozzlegear/react-redux.d.ts
- Owner: nozzlegear
- License: mit
- Created: 2016-07-25T14:53:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T14:53:56.000Z (about 9 years ago)
- Last Synced: 2025-03-06T02:48:01.563Z (7 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-redux.d.ts
Typescript definitions for React Redux, fixing a bug in the current DefinitelyTyped repo.
### Installation
Use NPM and TypeScript >=2.0.0
```bash
npm install "git+https://git@github.com/nozzlegear/react-redux.d.ts.git"
```