RobertWHurst / Keystrokes

Keystrokes as an easy to use library for binding functions to keys and key combos. It can be used with any TypeScript or JavaScript project, even in non-browser environments.
MIT License
156 stars 6 forks source link

Fix types and export react provider #34

Closed bradennapier closed 11 months ago

bradennapier commented 11 months ago

Fixes error:

There are types at .../node_modules/@rwh/react-keystrokes/dist/index.d.ts', but this result could not be resolved when respecting package.json "exports". The @rwh/react-keystrokes' library may need to update its package.json or typings.

RobertWHurst commented 11 months ago

Ah thanks you for catching and fixing this @bradennapier. Much appreciated. I'll roll out a patch release.

RobertWHurst commented 11 months ago

Ok, released as v1.5.1. Thanks again!