UNPKG

jotai

Version:

👻 Next gen state management that will spook you

4 lines (3 loc) • 218 B
import { WritableAtom } from 'jotai'; export declare const RESET: unique symbol; export declare function atomWithReset<Value>(initialValue: Value): WritableAtom<Value, typeof RESET | Value | ((prev: Value) => Value)>;