UNPKG

@mantine/hooks

Version:

A collection of 50+ hooks for state and UI management

10 lines (6 loc) 266 B
'use client'; 'use strict'; var React = require('react'); const useIsomorphicEffect = typeof document !== "undefined" ? React.useLayoutEffect : React.useEffect; exports.useIsomorphicEffect = useIsomorphicEffect; //# sourceMappingURL=use-isomorphic-effect.cjs.map