@livetiles/reach-plugin-types 0.5.0-preview.506 → 0.5.0-preview.507
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
|
@@ -10589,6 +10589,7 @@ declare module "libs/reach/feature/content/src/reach-2/buttons/feedback/BaseLike
|
|
|
10589
10589
|
disabled?: boolean;
|
|
10590
10590
|
onLike?: (isNowLiked: boolean) => void;
|
|
10591
10591
|
isVertical?: boolean;
|
|
10592
|
+
className?: string;
|
|
10592
10593
|
}>;
|
|
10593
10594
|
}
|
|
10594
10595
|
declare module "libs/reach/feature/content/src/reach-2/comments/CommentLikeButton" {
|
|
@@ -10639,6 +10640,7 @@ declare module "libs/reach/feature/content/src/reach-2/buttons/feedback/ItemLike
|
|
|
10639
10640
|
item: PublishableItem;
|
|
10640
10641
|
itemType: ItemResourceTypes;
|
|
10641
10642
|
isVertical?: boolean;
|
|
10643
|
+
className?: string;
|
|
10642
10644
|
}>;
|
|
10643
10645
|
}
|
|
10644
10646
|
declare module "libs/reach/feature/content/src/reach-2/buttons/feedback/ShareButton" {
|