@cambly/syntax-core 7.7.0 → 7.7.1

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 CHANGED
@@ -945,7 +945,7 @@ declare const RadioButton: ({ checked, "data-testid": dataTestId, disabled, erro
945
945
  /**
946
946
  * Value of the selected radio option
947
947
  */
948
- value: string;
948
+ value: string | number;
949
949
  }) => ReactElement;
950
950
 
951
951
  /**