UNPKG

jotai

Version:

👻 Next gen state management that will spook you

6 lines (5 loc) • 236 B
declare type Options = { sync?: boolean; }; export declare function atomWithProxy<Value extends object>(proxyObject: Value, options?: Options): import("jotai").WritableAtom<Value, Value | ((prev: Value) => Value), void>; export {};