({
...props
}: React.ComponentProps<typeof SheetPrimitive.Close>)
| 15 | } |
| 16 | |
| 17 | function SheetClose({ |
| 18 | ...props |
| 19 | }: React.ComponentProps<typeof SheetPrimitive.Close>) { |
| 20 | return <SheetPrimitive.Close data-slot="sheet-close" {...props} /> |
| 21 | } |
| 22 | |
| 23 | function SheetPortal({ |
| 24 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected