UNPKG

react-use-konami

Version:

react hook that adds konami code to your component

5 lines (4 loc) 235 B
import { Action, KonamiState } from './types'; export declare const initialState: (initialCode?: string[]) => KonamiState; declare const konamiReducer: (state: KonamiState, action: Action) => KonamiState; export default konamiReducer;