All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es.hooks.useLayoutEffect.d.ts Maven / Gradle / Ivy

The newest version!
import * as React from 'react';
/**
 * Wrap `React.useLayoutEffect` which will not throw warning message in test env
 */
export default function useLayoutEffect(effect: React.EffectCallback, deps?: React.DependencyList): void;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy