MCPcopy
hub / github.com/StructuredLabs/preswald / SheetContentProps

Interface SheetContentProps

frontend/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<
55 React.ElementRef<typeof SheetPrimitive.Content>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected