UNPKG

hightable

Version:

A dynamic windowed scrolling table component for react

5 lines (4 loc) 154 B
/** * Throttle a function to run at most once every `wait` milliseconds. */ export declare function throttle(fn: () => void, wait: number): () => void;