UNPKG

jotai

Version:

👻 Next gen state management that will spook you

9 lines (8 loc) • 292 B
import type { Scope } from '../core/atom'; interface DevtoolsOptions { scope?: Scope; enabled?: boolean; } export declare function useAtomsDevtools(name: string, options?: DevtoolsOptions): void; export declare function useAtomsDevtools(name: string, scope?: Scope): void; export {};