jsMain.tanstack.react.query.useIsMutating.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-tanstack-react-query-js
Show all versions of kotlin-tanstack-react-query-js
Kotlin wrapper for Tanstack React Query
// 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