UNPKG

190 BTypeScriptView Raw
1import type { Atom, Scope } from '../core/atom';
2declare type AtomsSnapshot = Map<Atom<unknown>, unknown>;
3export declare function useAtomsSnapshot(scope?: Scope): AtomsSnapshot;
4export {};