import { Doc, DocHandle } from "@automerge/automerge-repo"; /** * get a fine-grained live view of a handle's document. it's subscribed to the handle's changes, and converts incoming automerge operations to solid store updates, providing **fine-grained reactivity that's consistent across space and time**. * @param handle an Automerge DocHandle */ export declare function makeDeepDocumentProjection(handle: DocHandle): Doc; //# sourceMappingURL=make-deep-document-projection.d.ts.map