redux-act icon indicating copy to clipboard operation
redux-act copied to clipboard

Better Typescript typings

Open DimitryDushkin opened this issue 5 years ago • 1 comments

Seems like now it is possible to describe type definition of actions in object, see typings of use-methods — https://github.com/pelotom/use-methods/blob/master/src/index.ts — which have quite similar approach on useReduce hook.

DimitryDushkin avatar May 04 '19 17:05 DimitryDushkin

Looks good. I don't do much TypeScript myself. Would you consider doing a pull request to improve those types?

pauldijou avatar May 21 '19 15:05 pauldijou