download
raw
477 Bytes
import React from 'react';
/**
* An SSR-friendly useLayoutEffect.
*
* React currently throws a warning when using useLayoutEffect on the server.
* To get around it, we can conditionally useEffect on the server (no-op) and
* useLayoutEffect elsewhere.
*
* @see https://github.com/facebook/react/issues/14927
*/
export declare const useIsomorphicLayoutEffect: typeof React.useLayoutEffect;
export declare function useMutableCallback<T>(fn: T): React.MutableRefObject<T>;

Xet Storage Details

Size:
477 Bytes
·
Xet hash:
4da5156d4d531e8ef31917712a075473f29a0b9e8175dbcf35bcdc0c4cc26f41

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.