Function
SheetDescription
({
className,
...props
}: React.ComponentProps<typeof SheetPrimitive.Description>)
Source from the content-addressed store, hash-verified
| 113 | } |
| 114 | |
| 115 | function 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 | |
| 128 | export { |
| 129 | Sheet, |
Callers
nothing calls this directly
Tested by
no test coverage detected