jsMain.tanstack.react.query.useBaseQuery.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.QueryKey
import tanstack.query.core.QueryObserver
import tanstack.query.core.QueryObserverResult
external fun useBaseQuery(
options: UseBaseQueryOptions,
Observer: JsClass>,
): QueryObserverResult
© 2015 - 2025 Weber Informatics LLC | Privacy Policy