UNPKG

react-usehooks-ts

Version:

A collections of typescript supported react Custom hooks

4 lines (3 loc) 129 B
type ClipboardText = string; declare const useListenPaste: (textLength: number) => ClipboardText; export default useListenPaste;