UNPKG

react-use-konami

Version:

react hook that adds konami code to your component

5 lines (4 loc) 128 B
declare const useKonami: (handler: () => any, options?: { code: string[]; } | undefined) => void; export default useKonami;