UNPKG

jotai

Version:

👻 Next gen state management that will spook you

6 lines (5 loc) • 183 B
import { Atom, Scope } from '../core/atom'; export declare function useGotoAtomsSnapshot(scope?: Scope): (values: Iterable<readonly [ Atom<unknown>, unknown ]>) => void;