sheet closed button
This commit is contained in:
@@ -52,6 +52,7 @@ function SheetContent({
|
||||
...props
|
||||
}: React.ComponentProps<typeof SheetPrimitive.Content> & {
|
||||
side?: "top" | "right" | "bottom" | "left";
|
||||
closedButton?: boolean;
|
||||
}) {
|
||||
return (
|
||||
<SheetPortal>
|
||||
|
||||
Reference in New Issue
Block a user