UNPKG

alinea

Version:
3 lines (2 loc) 131 B
import { type Atom } from 'jotai'; export declare function debounceAtom<Value>(readable: Atom<Value>, delay: number): Atom<Value>;