@mirantes-micro/foundation-design-system 1.2.392 → 1.2.394
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/dist/index.d.ts +1 -0
- package/dist/index.js +212 -212
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2408,6 +2408,7 @@ declare function ReactionButton({ reactionsFor, currentReaction, isGettingReacti
|
|
|
2408
2408
|
declare function getPostReactionSummary(post: TReactionPostSnapshot, options?: {
|
|
2409
2409
|
fallbackTop?: TReaction[];
|
|
2410
2410
|
fallbackTotal?: number;
|
|
2411
|
+
userId?: string;
|
|
2411
2412
|
}): {
|
|
2412
2413
|
totalReactions: number;
|
|
2413
2414
|
topReactions: TReaction[];
|