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

jsMain.tanstack.react.query.useIsMutating.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.MutationFilters
import tanstack.query.core.MutationKey

external interface UseIsMutatingOptions : ContextOptions

external fun useIsMutating(
    filters: MutationFilters = definedExternally,
    options: UseIsMutatingOptions = definedExternally,
): Int

external fun useIsMutating(
    mutationKey: MutationKey = definedExternally,
    filters: MutationFilters = definedExternally,
    options: UseIsMutatingOptions = definedExternally,
): Int




© 2015 - 2025 Weber Informatics LLC | Privacy Policy