UNPKG

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