All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.tanstack.react.query.useInfiniteQuery.kt Maven / Gradle / Ivy

There is a newer version: 5.61.4-pre.842
Show newest version
// Automatically generated - do not modify!

@file:JsModule("@tanstack/react-query")

package tanstack.react.query

import tanstack.query.core.QueryFunction
import tanstack.query.core.QueryKey

external fun  useInfiniteQuery(options: UseInfiniteQueryOptions): UseInfiniteQueryResult

external fun  useInfiniteQuery(
    queryKey: TQueryKey,
    options: UseInfiniteQueryOptions = definedExternally,
): UseInfiniteQueryResult

external fun  useInfiniteQuery(
    queryKey: TQueryKey,
    queryFn: QueryFunction,
    options: UseInfiniteQueryOptions = definedExternally,
): UseInfiniteQueryResult




© 2015 - 2025 Weber Informatics LLC | Privacy Policy