synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
8 lines (7 loc) • 335 B
TypeScript
/// <reference types="lodash" />
/**
* Rebuilds the global instance of ReactTooltip. Utilizes lodash's `debounce` to throttle/prevent unnecessary rebuilds.
*
* Borrowed from: https://github.com/wwayne/react-tooltip/issues/300#issuecomment-468042592
*/
export declare const rebuildTooltip: import("lodash").DebouncedFunc<() => {}>;