UNPKG

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