MCPcopy
hub / github.com/adrianhajdin/banking / SheetContentProps

Interface SheetContentProps

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected