UNPKG

minh-custom-hooks-release

Version:

My custom hooks for working easier while developing react web app

3 lines (2 loc) 100 B
import { EffectCallback } from 'react'; export default function useMount(fn: EffectCallback): void;