UNPKG

105 BTypeScriptView Raw
1import { Atom } from 'jotai';
2export declare function useAtomValue<Value>(anAtom: Atom<Value>): Value;