UNPKG

196 BTypeScriptView Raw
1import { Scope } from '../core/atom';
2declare type Options = {
3 scope?: Scope;
4 enabled?: boolean;
5};
6export declare const useAtomsDebugValue: (options?: Options) => void;
7export {};