@mindly/ui-components 3.11.3 → 3.11.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.
@@ -8,7 +8,10 @@ declare type AgoraMediaNoVideoWrapperProps = {
8
8
  };
9
9
  export declare const AgoraMediaNoVideoWrapper: import("styled-components").StyledComponent<"div", any, AgoraMediaNoVideoWrapperProps, never>;
10
10
  export declare const AgoraMediaFallbackName: import("styled-components").StyledComponent<"div", any, {}, never>;
11
- export declare const AgoraMediaControlsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
11
+ declare type AgoraMediaControlsWrapperProps = {
12
+ isStatusData: boolean;
13
+ };
14
+ export declare const AgoraMediaControlsWrapper: import("styled-components").StyledComponent<"div", any, AgoraMediaControlsWrapperProps, never>;
12
15
  export declare const ControlsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
13
16
  export declare const ControlItemWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
14
17
  export {};