UNPKG

jotai

Version:

👻 Next gen state management that will spook you

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