@gravity-ui/data-source
Version:
A wrapper around data fetching
3 lines (2 loc) • 365 B
TypeScript
import type { InfiniteQueryDataSource } from './types';
export declare const makeInfiniteQueryDataSource: <TParams, TRequest, TResponse, TData, TError, TErrorResponse>(config: Omit<InfiniteQueryDataSource<TParams, TRequest, TResponse, TData, TError, TErrorResponse>, "type">) => InfiniteQueryDataSource<TParams, TRequest, TResponse, TData, TError, TErrorResponse>;