UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

9 lines 336 B
/** * Debounces execution of an effect based on a specified delay. * See https://stackoverflow.com/a/61127960 * @param effect * @param deps * @param delay */ export declare const useDebouncedEffect: (effect: React.EffectCallback, deps: React.DependencyList, delay: number) => void; //# sourceMappingURL=useDebouncedEffect.d.ts.map