Dashboard sipadu mbip
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

useIsomorphicEffect.d.ts 310B

123456789
  1. import { useEffect } from 'react';
  2. declare const _default: typeof useEffect;
  3. /**
  4. * Is `useLayoutEffect` in a DOM or React Native environment, otherwise resolves to useEffect
  5. * Only useful to avoid the console warning.
  6. *
  7. * PREFER `useEffect` UNLESS YOU KNOW WHAT YOU ARE DOING.
  8. */
  9. export default _default;