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

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

// 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  useQuery(options: UseQueryOptions): UseQueryResult

external fun  useQuery(
    queryKey: TQueryKey,
    options: UseQueryOptions = definedExternally,
): UseQueryResult

external fun  useQuery(
    queryKey: TQueryKey,
    queryFn: QueryFunction,
    options: UseQueryOptions = definedExternally,
): UseQueryResult




© 2015 - 2025 Weber Informatics LLC | Privacy Policy