UNPKG

react-use-konami

Version:

react hook that adds konami code to your component

5 lines (4 loc) 71 B
export declare type Action = { type: string; payload?: any; };