@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.
@@ -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
  };