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

main.react.query.useQuery.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:JsModule("react-query")
@file:JsNonModule

package react.query

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