UNPKG

jotai

Version:

👻 Next gen state management that will spook you

3 lines (2 loc) • 201 B
import type { Action, AnyAction, Store } from 'redux'; export declare function atomWithStore<State, A extends Action = AnyAction>(store: Store<State, A>): import("jotai").WritableAtom<State, A, void>;