UNPKG

@studio-lumio/hooks

Version:

a compilation of react hooks we use to make our magic

6 lines (5 loc) 181 B
import { useEffect } from 'react'; /** *@description React effect hook that ignores the first call (e.g. on mount) */ export declare const useUpdateEffect: typeof useEffect;