({
...props
}: React.ComponentProps<typeof DrawerPrimitive.Close>)
| 24 | } |
| 25 | |
| 26 | function DrawerClose({ |
| 27 | ...props |
| 28 | }: React.ComponentProps<typeof DrawerPrimitive.Close>) { |
| 29 | return <DrawerPrimitive.Close data-slot="drawer-close" {...props} /> |
| 30 | } |
| 31 | |
| 32 | function DrawerOverlay({ |
| 33 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected