Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12587,9 +12587,6 @@ scrolling dropdown content.",
},
],
"releaseStatus": "stable",
"systemTags": [
"core",
],
}
`;

Expand Down Expand Up @@ -23644,9 +23641,6 @@ For more details, see the [MDN documentation](https://developer.mozilla.org/en-U
},
],
"releaseStatus": "stable",
"systemTags": [
"core",
],
}
`;

Expand Down
3 changes: 0 additions & 3 deletions src/dropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ import InternalDropdown from './internal';

export { DropdownProps };

/**
* @awsuiSystem core
*/
export default function Dropdown({ style, ...props }: DropdownProps) {
const baseComponentProps = useBaseComponent('Dropdown');
return <InternalDropdown {...props} style={style} {...baseComponentProps} />;
Expand Down
3 changes: 0 additions & 3 deletions src/radio-button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,4 @@ const RadioButton = React.forwardRef((props: RadioButtonProps, ref: React.Ref<HT

applyDisplayName(RadioButton, 'RadioButton');

/**
* @awsuiSystem core
*/
export default RadioButton;
Loading