UNPKG

jotai

Version:

👻 Next gen state management that will spook you

2 lines • 104 B
export { focusAtom } from 'jotai-optics'; declare type Awaited<T> = T extends Promise<infer V> ? V : T;