sheet closed button

This commit is contained in:
Samandar Turgunboyev
2025-12-03 11:15:17 +05:00
parent ba419b8de4
commit 21725762c6

View File

@@ -52,6 +52,7 @@ function SheetContent({
...props
}: React.ComponentProps<typeof SheetPrimitive.Content> & {
side?: "top" | "right" | "bottom" | "left";
closedButton?: boolean;
}) {
return (
<SheetPortal>