UNPKG

jotai

Version:

👻 Next gen state management that will spook you

6 lines (5 loc) • 309 B
import { SECRET_INTERNAL_getScopeContext as getScopeContext } from 'jotai'; import type { Atom } from '../core/atom'; type Scope = NonNullable<Parameters<typeof getScopeContext>[0]>; export declare function useHydrateAtoms(values: Iterable<readonly [Atom<unknown>, unknown]>, scope?: Scope): void; export {};