UNPKG

@mmcodemark/fuselage-hooks

Version:

React hooks for Fuselage, Rocket.Chat's design system and UI toolkit

8 lines 249 B
import { useEffect } from 'react'; /** * Replacement for the `useEffect` hook that is safely ignored on SSR. * * @public */ export declare const useIsomorphicLayoutEffect: typeof useEffect; //# sourceMappingURL=useIsomorphicLayoutEffect.d.ts.map