UNPKG

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