UNPKG

react-use-konami

Version:

react hook that adds konami code to your component

6 lines (5 loc) 108 B
export declare type KonamiState = { success: boolean; code: string[]; initialCode: string[]; };