Module

x/jotai/src/vanilla.ts>ExtractAtomValue

👻 Primitive and flexible state management for React
Latest
type alias ExtractAtomValue
import { type ExtractAtomValue } from "https://dotland.deno.dev/x/jotai@v2.10.0/src/vanilla.ts";
definition: AtomType extends Atom<infer Value> ? Value : never