jotai
Version:
👻 Next gen state management that will spook you
9 lines (8 loc) • 300 B
TypeScript
import { SECRET_INTERNAL_getScopeContext as getScopeContext } from 'jotai';
declare type Scope = NonNullable<Parameters<typeof getScopeContext>[0]>;
declare type Options = {
scope?: Scope;
enabled?: boolean;
};
export declare const useAtomsDebugValue: (options?: Options) => void;
export {};