UNPKG

jotai

Version:

👻 Next gen state management that will spook you

8 lines (7 loc) • 194 B
import type { Scope } from '../core/atom'; declare type Options = { scope?: Scope; enabled?: boolean; }; export declare const useAtomsDebugValue: (options?: Options) => void; export {};