({
...props
}: React.ComponentProps<typeof DrawerPrimitive.Portal>)
| 18 | } |
| 19 | |
| 20 | function DrawerPortal({ |
| 21 | ...props |
| 22 | }: React.ComponentProps<typeof DrawerPrimitive.Portal>) { |
| 23 | return <DrawerPrimitive.Portal data-slot="drawer-portal" {...props} /> |
| 24 | } |
| 25 | |
| 26 | function DrawerClose({ |
| 27 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected