We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7183fc commit 0e09ec2Copy full SHA for 0e09ec2
src/radio-button/index.tsx
@@ -13,9 +13,6 @@ import styles from './external/styles.css.js';
13
14
export { RadioButtonProps };
15
16
-/**
17
- * @awsuiSystem core
18
- */
19
const RadioButton = React.forwardRef((props: RadioButtonProps, ref: React.Ref<HTMLInputElement>) => {
20
const baseComponentProps = useBaseComponent('RadioButton', {
21
props: { readOnly: Boolean(props.readOnly), disabled: Boolean(props.disabled) },
0 commit comments