redux-react-session icon indicating copy to clipboard operation
redux-react-session copied to clipboard

TypeScript Typings

Open tobydarkh opened this issue 7 years ago • 1 comments

Can you add TypeScript Typings?

tobydarkh avatar Apr 24 '18 10:04 tobydarkh

I've submitted the type definitions for redux-react-session. Let me know if you have any issues.

Pull Request: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/50019 NPM Package: https://www.npmjs.com/package/@types/redux-react-session

You should be able to add them as usual:

  • npm: npm install @types/redux-react-session
  • yarn: yarn add @types/redux-react-session

joaomlneto avatar Dec 14 '20 18:12 joaomlneto