UNPKG

jotai

Version:

👻 Next gen state management that will spook you

9 lines (8 loc) • 284 B
import { SECRET_INTERNAL_getScopeContext as getScopeContext } from 'jotai'; type Scope = NonNullable<Parameters<typeof getScopeContext>[0]>; type Options = { scope?: Scope; enabled?: boolean; }; export declare const useAtomsDebugValue: (options?: Options) => void; export {};