UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

8 lines (5 loc) 217 B
"use strict"; "use client"; import { useLayoutEffect, useEffect } from 'react'; const useSafeLayoutEffect = typeof globalThis?.document !== "undefined" ? useLayoutEffect : useEffect; export { useSafeLayoutEffect };