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;