UNPKG

jotai

Version:

👻 Next gen state management that will spook you

3 lines (2 loc) • 143 B
import { WritableAtom } from 'jotai'; export declare function useAtomDevtools<Value>(anAtom: WritableAtom<Value, Value>, name?: string): void;