Function
SheetDescription
({
className,
...props
}: React.ComponentProps<typeof SheetPrimitive.Description>)
Source from the content-addressed store, hash-verified
| 115 | } |
| 116 | |
| 117 | function SheetDescription({ |
| 118 | className, |
| 119 | ...props |
| 120 | }: React.ComponentProps<typeof SheetPrimitive.Description>) { |
| 121 | return ( |
| 122 | <SheetPrimitive.Description |
| 123 | data-slot="sheet-description" |
| 124 | className={cn("text-muted-foreground text-sm", className)} |
| 125 | {...props} |
| 126 | /> |
| 127 | ) |
| 128 | } |
| 129 | |
| 130 | export { |
| 131 | Sheet, |
Callers
nothing calls this directly
Tested by
no test coverage detected