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.
Exports the provider which is not currently possible to import
Adds the types to the exports map in the package.json so that typescript is allowed to resolve the types (exports maps overwrites the "types" property in package.json)
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.
exports
map in the package.json so that typescript is allowed to resolve the types (exports maps overwrites the "types" property in package.json)Fixes error: