UNPKG

alinea

Version:
3 lines (2 loc) 132 B
import type * as Y from 'yjs'; export declare function yAtom<T>(yType: Y.AbstractType<any>, get: () => T): import("jotai").Atom<T>;