@livetiles/reach-plugin-types 0.5.0-preview.801 → 0.5.0-preview.803
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.
- package/lib/index.d.ts +2 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -10970,6 +10970,7 @@ declare module "libs/reach/feature/content/src/reach-2/comments/CommentLikeButto
|
|
|
10970
10970
|
commentId: string;
|
|
10971
10971
|
isLiked?: boolean;
|
|
10972
10972
|
likeCount?: number;
|
|
10973
|
+
disabled?: boolean;
|
|
10973
10974
|
}>;
|
|
10974
10975
|
}
|
|
10975
10976
|
declare module "libs/reach/feature/content/src/reach-2/comments/CommentMetadata" {
|
|
@@ -10978,6 +10979,7 @@ declare module "libs/reach/feature/content/src/reach-2/comments/CommentMetadata"
|
|
|
10978
10979
|
export const CommentMetadata: FC<{
|
|
10979
10980
|
comment: Comment;
|
|
10980
10981
|
onReply?: () => void;
|
|
10982
|
+
readOnly?: boolean;
|
|
10981
10983
|
}>;
|
|
10982
10984
|
}
|
|
10983
10985
|
declare module "libs/reach/feature/content/src/reach-2/comments/CommentContent" {
|