Skip to main content
Module

x/jotai/src/vanilla.ts>ExtractAtomValue

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