@playkit-js/playkit-js-ui 0.82.1 → 0.83.0-canary.0-b824c4b

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.
@@ -898,7 +898,7 @@ declare function adsUI(props: any): VNode<any> | undefined;
898
898
  * @extends {Component}
899
899
  */
900
900
  declare class AdvancedAudioDesc extends Component<any, any> implements IconComponent {
901
- componentDidUpdate(previousProps: any): void;
901
+ constructor(props: any);
902
902
  get advancedAudioDesc(): boolean;
903
903
  registerComponent(): any;
904
904
  getComponentText: () => any;