UNPKG

jotai

Version:

👻 Next gen state management that will spook you

3 lines (2 loc) • 103 B
import { Atom } from 'jotai'; export declare function useAtomValue<Value>(anAtom: Atom<Value>): Value;