UNPKG

jotai

Version:

👻 Next gen state management that will spook you

6 lines • 217 B
type DevtoolsOptions = { enabled?: boolean; }; export declare function useAtomsDevtools(name: string, options?: DevtoolsOptions): void; export {}; declare type Awaited<T> = T extends Promise<infer V> ? V : T;