({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>)
| 5 | import { cn } from "@/lib/utils" |
| 6 | |
| 7 | function Sheet({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>) { |
| 8 | return <SheetPrimitive.Root data-slot="sheet" {...props} /> |
| 9 | } |
| 10 | |
| 11 | function SheetTrigger({ |
| 12 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected