({
...props
}: React.ComponentProps<typeof DrawerPrimitive.Root>)
| 6 | import { cn } from "@/lib/utils" |
| 7 | |
| 8 | function Drawer({ |
| 9 | ...props |
| 10 | }: React.ComponentProps<typeof DrawerPrimitive.Root>) { |
| 11 | return <DrawerPrimitive.Root data-slot="drawer" {...props} /> |
| 12 | } |
| 13 | |
| 14 | function DrawerTrigger({ |
| 15 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected