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

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

// Automatically generated - do not modify!

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

package tanstack.react.query

import tanstack.query.core.QueryFilters
import tanstack.query.core.QueryKey

external interface UseIsFetchingOptions : ContextOptions

external fun useIsFetching(
    filters: QueryFilters = definedExternally,
    options: UseIsFetchingOptions = definedExternally,
): Int

external fun useIsFetching(
    queryKey: QueryKey = definedExternally,
    filters: QueryFilters = definedExternally,
    options: UseIsFetchingOptions = definedExternally,
): Int




© 2015 - 2025 Weber Informatics LLC | Privacy Policy