UNPKG

@figliolia/react-hooks

Version:

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

3 lines (2 loc) 102 B
import type { Callback } from "../Types"; export declare const useMount: (onMount: Callback) => void;