@ackplus/react-tanstack-data-table
Version:
A powerful React data table component built with MUI and TanStack Table
9 lines • 350 B
TypeScript
import { TableFiltersForFetch } from '../types';
export declare function useDebouncedFetch<T extends Record<string, any>>(onFetchData: ((filters: TableFiltersForFetch) => Promise<{
data: T[];
total: number;
}>) | undefined, delay?: number): {
debouncedFetch: any;
isLoading: any;
};
//# sourceMappingURL=debounced-fetch.utils.d.ts.map