UNPKG

jotai

Version:

👻 Next gen state management that will spook you

6 lines • 223 B
import * as JotaiOptics from 'jotai-optics'; /** * @deprecated use `jotai-optics` instead */ export declare const focusAtom: typeof JotaiOptics.focusAtom; declare type Awaited<T> = T extends Promise<infer V> ? V : T;