Skip to content

Commit 0e09ec2

Browse files
committed
Provide the new component in all systems
1 parent f7183fc commit 0e09ec2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/radio-button/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ import styles from './external/styles.css.js';
1313

1414
export { RadioButtonProps };
1515

16-
/**
17-
* @awsuiSystem core
18-
*/
1916
const RadioButton = React.forwardRef((props: RadioButtonProps, ref: React.Ref<HTMLInputElement>) => {
2017
const baseComponentProps = useBaseComponent('RadioButton', {
2118
props: { readOnly: Boolean(props.readOnly), disabled: Boolean(props.disabled) },

0 commit comments

Comments
 (0)