@fileverse-dev/ddoc 2.0.9-patch-2.3 → 2.0.9-patch-2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,6 +22,8 @@ export interface DdocProps {
22
22
  setIsCommentSectionOpen?: React.Dispatch<SetStateAction<boolean>>;
23
23
  inlineCommentData?: InlineCommentData;
24
24
  setInlineCommentData?: React.Dispatch<React.SetStateAction<InlineCommentData>>;
25
+ isNavbarVisible: boolean;
26
+ setIsNavbarVisible: React.Dispatch<SetStateAction<boolean>>;
25
27
  isCommentSectionOpen?: boolean;
26
28
  collaborationId?: string;
27
29
  isPreviewMode: boolean;