UNPKG

@figliolia/react-hooks

Version:

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

3 lines (2 loc) 115 B
import { IdleCallback } from "../Generics/IdleCallback"; export declare const useIdleCallback: () => IdleCallback;