UNPKG

@mantine/hooks

Version:

A collection of 50+ hooks for state and UI management

3 lines (2 loc) 95 B
import { useEffect } from 'react'; export declare const useIsomorphicEffect: typeof useEffect;