UNPKG

swr

Version:

React Hooks library for remote data fetching

5 lines (4 loc) 254 B
import { useEffect } from 'react'; export declare const IS_SERVER: boolean; export declare const rAF: (((callback: FrameRequestCallback) => number) & typeof requestAnimationFrame) | null; export declare const useIsomorphicLayoutEffect: typeof useEffect;