MCPcopy Create free account
hub / github.com/Thanas-R/Virdis / SheetContentProps

Interface SheetContentProps

src/components/ui/sheet.tsx:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48);
49
50interface SheetContentProps
51 extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>,
52 VariantProps<typeof sheetVariants> {}
53
54const SheetContent = React.forwardRef<React.ElementRef<typeof SheetPrimitive.Content>, SheetContentProps>(
55 ({ side = "right", className, children, ...props }, ref) => (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected