MCPcopy Create free account
hub / github.com/evolify/dumpfun / SheetDescription

Function SheetDescription

common/components/ui/sheet.tsx:115–126  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof SheetPrimitive.Description>)

Source from the content-addressed store, hash-verified

113}
114
115function SheetDescription({
116 className,
117 ...props
118}: React.ComponentProps<typeof SheetPrimitive.Description>) {
119 return (
120 <SheetPrimitive.Description
121 data-slot="sheet-description"
122 className={cn("text-muted-foreground text-sm", className)}
123 {...props}
124 />
125 )
126}
127
128export {
129 Sheet,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected