(props: SheetPrimitive.Close.Props)
| 15 | } |
| 16 | |
| 17 | function SheetClose(props: SheetPrimitive.Close.Props) { |
| 18 | return <SheetPrimitive.Close data-slot="sheet-close" {...props} />; |
| 19 | } |
| 20 | |
| 21 | function SheetBackdrop({ className, ...props }: SheetPrimitive.Backdrop.Props) { |
| 22 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected