Function
SheetDescription
({
className,
...props
}: SheetPrimitive.Description.Props)
Source from the content-addressed store, hash-verified
| 152 | } |
| 153 | |
| 154 | function SheetDescription({ |
| 155 | className, |
| 156 | ...props |
| 157 | }: SheetPrimitive.Description.Props) { |
| 158 | return ( |
| 159 | <SheetPrimitive.Description |
| 160 | className={cn("text-muted-foreground text-sm", className)} |
| 161 | data-slot="sheet-description" |
| 162 | {...props} |
| 163 | /> |
| 164 | ); |
| 165 | } |
| 166 | |
| 167 | function SheetPanel({ |
| 168 | className, |
Callers
nothing calls this directly
Tested by
no test coverage detected