({
...props
}: React.ComponentProps<typeof DrawerPrimitive.Trigger>)
| 12 | } |
| 13 | |
| 14 | function DrawerTrigger({ |
| 15 | ...props |
| 16 | }: React.ComponentProps<typeof DrawerPrimitive.Trigger>) { |
| 17 | return <DrawerPrimitive.Trigger data-slot="drawer-trigger" {...props} /> |
| 18 | } |
| 19 | |
| 20 | function DrawerPortal({ |
| 21 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected