UNPKG

jotai

Version:

👻 Primitive and flexible state management for React

3 lines (2 loc) • 145 B
import type { PrimitiveAtom } from 'jotai/vanilla'; export declare function atomWithLazy<Value>(makeInitial: () => Value): PrimitiveAtom<Value>;