UNPKG

199 BTypeScriptView Raw
1import type { Atom } from 'jotai';
2export declare const createMemoizeAtom: () => <AtomType extends Atom<unknown>, Deps extends readonly object[]>(createAtom: () => AtomType, deps: Deps) => AtomType;