File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import {access} from "@solid-primitives/utils"
55
66/**
77 * get a fine-grained live view of a document from a handle. works with
8- * {@link useHandle }.
8+ * {@link useDocHandle }.
99 * @param handle an accessor (signal/resource) of a
1010 * [DocHandle](https://automerge.org/automerge-repo/classes/_automerge_automerge_repo.DocHandle.html)
1111 */
Original file line number Diff line number Diff line change 11export { default as autoproduce } from "./autoproduce.js"
22export { default as useDocument } from "./useDocument.js"
3- export { default as useHandle } from "./useDocHandle.js"
3+ export { default as useDocHandle } from "./useDocHandle.js"
44export { default as makeDocumentProjection } from "./makeDocumentProjection.js"
55export { default as createDocumentProjection } from "./createDocumentProjection.js"
66export { default as useRepo } from "./useRepo.js"
You can’t perform that action at this time.
0 commit comments