O3 Framework / useStoreWithActions
useStoreWithActions<
T,A>(store,actions):T&BoundActions<T,A>
Defined in: packages/framework/esm-react-utils/src/useStore.ts:96
T
A extends Actions<T>
StoreApi<T>
A zustand store
A
T & BoundActions<T, A>