Are you an LLM? You can read better optimized documentation at /documentation/api/react/functions/useStore.md for this page in Markdown format
ws-asyncapi API / react / useStore
Function: useStore()
useStore<
T>(store):T
Defined in: .api-entries/react/index.d.ts:29
Bind any query-core Subscribable (e.g. cursorsStore from @ws-asyncapi/cursors, or your own) to a React value. The generic escape hatch that keeps cursor/other opinions out of this package.
Type Parameters
T
T
Parameters
store
Subscribable<T>
Returns
T