UNPKG

@tableflow/react

Version:

The React SDK for TableFlow. Embed an importer to collect and transform CSV files in your application.

3 lines (2 loc) 167 B
declare function debounce<F extends (...args: any[]) => any>(func: F, wait: number, immediate?: boolean): (...args: Parameters<F>) => void; export default debounce;