@itwin/core-react
Version:
A react component library of iTwin.js UI general purpose components
7 lines • 399 B
TypeScript
/** Hook that create an interval and clears it when unloaded
* Reference: https://github.com/gaearon/overreacted.io/blob/master/src/pages/making-setinterval-declarative-with-react-hooks/index.md
* @beta
* @deprecated in 4.15.0. Used internally.
*/
export declare function useInterval(callback: (...args: any[]) => void, delay: number | undefined): void;
//# sourceMappingURL=useInterval.d.ts.map