
main.react.query.useMutation.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:JsModule("react-query")
@file:JsNonModule
package react.query
external fun useMutation(options: UseMutationOptions): UseMutationResult
external fun useMutation(
mutationFn: MutationFunction,
options: UseMutationOptions = definedExternally,
): UseMutationResult
external fun useMutation(
mutationKey: MutationKey,
options: UseMutationOptions = definedExternally,
): UseMutationResult
external fun useMutation(
mutationKey: MutationKey,
mutationFn: MutationFunction = definedExternally,
options: UseMutationOptions = definedExternally,
): UseMutationResult
© 2015 - 2025 Weber Informatics LLC | Privacy Policy