Skip to main content
Module

x/jotai/src/vanilla.ts>ExtractAtomArgs

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