import { type Accessor } from "solid-js"; import { DocHandle, type Doc } from "@automerge/automerge-repo"; /** * get a fine-grained live view of a document from a handle. works with * {@link useDocHandle}. * @param handle an accessor (signal/resource) of a * [DocHandle](https://automerge.org/automerge-repo/classes/_automerge_automerge_repo.DocHandle.html) */ export default function createDocumentProjection(handle: Accessor | undefined>): Accessor | undefined>; //# sourceMappingURL=createDocumentProjection.d.ts.map