@fileverse-dev/dsheet 2.1.2-dropIn-3 → 2.1.2-dropIn-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -128,4 +128,6 @@ export interface CommentsContentProps {
128
128
  currentUserAddress?: string;
129
129
  isOwner?: boolean;
130
130
  disabled?: boolean;
131
+ isAuthenticated?: boolean;
132
+ unauthenticatedFallback?: React.ReactNode;
131
133
  }