MCPcopy Create free account
hub / github.com/code100x/daily-code / SheetContentProps

Interface SheetContentProps

packages/ui/src/shad/ui/sheet.tsx:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected