
main.tanstack.react.query.useIsMutating.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:JsModule("@tanstack/react-query")
@file:JsNonModule
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