UNPKG

react-usehooks-ts

Version:

A collections of typescript supported react Custom hooks

3 lines (2 loc) 81 B
declare const useKeyPress: (key: string) => boolean; export default useKeyPress;