MCPcopy Create free account
hub / github.com/9d8dev/directory / SheetContentProps

Interface SheetContentProps

components/ui/sheet.tsx:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49)
50
51interface SheetContentProps
52 extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>,
53 VariantProps<typeof sheetVariants> {}
54
55const SheetContent = React.forwardRef<
56 React.ElementRef<typeof SheetPrimitive.Content>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected