UNPKG

minh-custom-hooks-release

Version:

My custom hooks for working easier while developing react web app

3 lines (2 loc) 124 B
import { DependencyList } from 'react'; export default function useEventMemo<T>(factory: () => T, deps: DependencyList): T;