UNPKG

react-usehooks-ts

Version:

A collections of typescript supported react Custom hooks

4 lines (3 loc) 114 B
type InnerHeight = number | null; declare const useInnerHeight: () => InnerHeight; export default useInnerHeight;