UNPKG

@supunlakmal/hooks

Version:

A collection of reusable React hooks

7 lines (6 loc) 178 B
/** * Run effect only when component is unmounted. * * @param effect Effector to run on unmount */ export declare const useUnmountEffect: (effect: CallableFunction) => void;