UNPKG

minh-custom-hooks-release

Version:

My custom hooks for working easier while developing react web app

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