type alias ExtractAtomValueimport { type ExtractAtomValue } from "https://deno.land/x/jotai@v2.7.2/src/vanilla.ts"; Type ParametersAtomTypedefinition: AtomType extends Atom<infer Value> ? Value : never