UNPKG

172 BTypeScriptView Raw
1import { WritableAtom } from 'jotai';
2export declare function useUpdateAtom<Value, Update>(anAtom: WritableAtom<Value, Update>): import("../core/types").SetAtom<Update>;