UNPKG

@react-hookz/web

Version:

React hooks done right, for browser and SSR.

7 lines (6 loc) 177 B
/** * Run effect only when component is first mounted. * * @param effect Effector to run on mount */ export declare function useMountEffect(effect: CallableFunction): void;