optimized-react-component-library-xyz123 0.19.17 → 0.19.19

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.mts CHANGED
@@ -118,7 +118,6 @@ interface RadioProps {
118
118
  question: IQuestion;
119
119
  handleQuestionInputChange: any;
120
120
  showPreview?: boolean;
121
- activatedLanguage?: string;
122
121
  }
123
122
 
124
123
  declare const InputRadio: FC<RadioProps>;
package/dist/index.d.ts CHANGED
@@ -118,7 +118,6 @@ interface RadioProps {
118
118
  question: IQuestion;
119
119
  handleQuestionInputChange: any;
120
120
  showPreview?: boolean;
121
- activatedLanguage?: string;
122
121
  }
123
122
 
124
123
  declare const InputRadio: FC<RadioProps>;