| 48 | ); |
| 49 | |
| 50 | interface SheetContentProps |
| 51 | extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, |
| 52 | VariantProps<typeof sheetVariants> { |
| 53 | portal?: boolean; |
| 54 | } |
| 55 | |
| 56 | const SheetContent = React.forwardRef< |
| 57 | React.ElementRef<typeof SheetPrimitive.Content>, |
nothing calls this directly
no outgoing calls
no test coverage detected