UNPKG

161 BTypeScriptView Raw
1import { atom, Atom } from 'jotai';
2export declare function freezeAtom<T extends Atom<any>>(anAtom: T): T;
3export declare const atomFrozenInDev: typeof atom;