UNPKG

jotai

Version:

👻 Primitive and flexible state management for React

3 lines • 123 B
export * from 'jotai/vanilla'; export * from 'jotai/react'; declare type Awaited<T> = T extends Promise<infer V> ? V : T;