vmarchesin / react-konami-code

Trigger an easter egg by pressing a sequence of keys.
MIT License
62 stars 12 forks source link

Fixes type declaration file #24

Closed mechamobau closed 3 years ago

mechamobau commented 3 years ago

This PR fixes type declaration inside package.json. Konami.d.ts don't include the hook useKonami type, causing the following error:

image

vmarchesin commented 3 years ago

Hey thanks for the fix :) I haven't used it in any TS project myself so I didn't see this. I'll publish a new version soon.