chore(ui): TSDoc updates to UI package (#13246)

This commit is contained in:
Shahed Nasser
2025-08-20 17:05:24 +03:00
committed by GitHub
parent b152210554
commit fc144a8e13
6 changed files with 104 additions and 2 deletions

View File

@@ -93,8 +93,19 @@ const Content = React.forwardRef<
(
{
className,
/**
* The space in pixels between the dropdown menu and its trigger element.
*/
sideOffset = 8,
/**
* The distance in pixels from the boundary edges where collision detection should occur.
*/
collisionPadding = 8,
/**
* The alignment of the dropdown menu relative to its trigger element.
*
* @defaultValue center
*/
align = "center",
...props
},