UNPKG

@figliolia/react-hooks

Version:

A small collection of simple React Hooks you're probably rewriting on a regular basis

3 lines (2 loc) 95 B
import { Timeout } from "../Generics/Timeout"; export declare const useTimeout: () => Timeout;