UNPKG

react-event-hook

Version:

A library for emitting and listening to events in a React application

3 lines (2 loc) 113 B
import { useLayoutEffect } from "react"; export declare const useIsomorphicLayoutEffect: typeof useLayoutEffect;