function atomWithDefaultimport { atomWithDefault } from "https://deno.land/x/jotai@v2.7.0/src/vanilla/utils.ts"; atomWithDefault<Value>(getDefault: Read<Value, [SetStateAction<Value> | RESET], void>): WritableAtom<Value, [SetStateAction<Value> | RESET], void>Type ParametersValueParametersgetDefault: Read<Value, [SetStateAction<Value> | RESET], void>ReturnsWritableAtom<Value, [SetStateAction<Value> | RESET], void>