MCPcopy
hub / github.com/srcbookdev/srcbook / SheetContentProps

Interface SheetContentProps

packages/components/src/components/ui/sheet.tsx:50–54  ·  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 portal?: boolean;
54}
55
56const SheetContent = React.forwardRef<
57 React.ElementRef<typeof SheetPrimitive.Content>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected