@fileverse-dev/ddoc 2.0.3-sync-patch-9 → 2.0.3-sync-patch-10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +6375 -6312
- package/dist/package/use-ddoc-editor.d.ts +4 -0
- package/dist/style.css +1 -1
- package/package.json +2 -2
@@ -7,4 +7,8 @@ export declare const useDdocEditor: ({ isPreviewMode, initialContent, enableColl
|
|
7
7
|
connect: (username: string | null | undefined, isEns?: boolean) => void;
|
8
8
|
ydoc: import('yjs').Doc;
|
9
9
|
isCollaborationReady: boolean;
|
10
|
+
syncError: {
|
11
|
+
message: string;
|
12
|
+
} | null;
|
13
|
+
isSyncFetchingFromIpfs: boolean;
|
10
14
|
};
|