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 @@ -31772,9 +31772,6 @@ Can return null if the element is not yet mounted or available.",
},
],
"releaseStatus": "stable",
"systemTags": [
"core",
],
}
`;

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

export { TooltipProps };

/**
* @awsuiSystem core
*/
export default function Tooltip({ position = 'top', ...rest }: TooltipProps) {
const baseComponentProps = useBaseComponent('Tooltip', {
props: { position },
Expand Down
Loading