UNPKG

jotai

Version:

👻 Next gen state management that will spook you

5 lines (4 loc) • 190 B
import type { Atom, Scope } from '../core/atom'; declare type AtomsSnapshot = Map<Atom<unknown>, unknown>; export declare function useAtomsSnapshot(scope?: Scope): AtomsSnapshot; export {};