UNPKG

353 BTypeScriptView Raw
1import { SECRET_INTERNAL_getScopeContext as getScopeContext } from 'jotai';
2type Scope = NonNullable<Parameters<typeof getScopeContext>[0]>;
3type Options = {
4 scope?: Scope;
5 enabled?: boolean;
6};
7export declare const useAtomsDebugValue: (options?: Options) => void;
8export {};
9declare type Awaited<T> = T extends Promise<infer V> ? V : T;
\No newline at end of file