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