UNPKG

jotai

Version:

👻 Next gen state management that will spook you

3 lines (2 loc) • 138 B
import type { Atom, Scope } from './atom'; export declare function useAtomValue<Value>(atom: Atom<Value>, scope?: Scope): Awaited<Value>;