@mindly/ui-components 3.60.13 → 3.60.15

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.
@@ -4,6 +4,9 @@ declare type ReviewCardContainerProps = {
4
4
  };
5
5
  export declare const ReviewCardContainer: import("styled-components").StyledComponent<"div", any, ReviewCardContainerProps, never>;
6
6
  export declare const ReviewerInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
7
- export declare const TextContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
7
+ declare type TextContainerProps = {
8
+ showAllReview?: boolean;
9
+ };
10
+ export declare const TextContainer: import("styled-components").StyledComponent<"div", any, TextContainerProps, never>;
8
11
  export declare const ShowMoreButton: import("styled-components").StyledComponent<"button", any, {}, never>;
9
12
  export {};