Function
DrawerDescription
({
className,
...props
}: React.ComponentProps<typeof DrawerPrimitive.Description>)
Source from the content-addressed store, hash-verified
| 96 | } |
| 97 | |
| 98 | function DrawerDescription({ |
| 99 | className, |
| 100 | ...props |
| 101 | }: React.ComponentProps<typeof DrawerPrimitive.Description>) { |
| 102 | return ( |
| 103 | <DrawerPrimitive.Description |
| 104 | data-slot="drawer-description" |
| 105 | className={cn("text-sm text-muted-foreground", className)} |
| 106 | {...props} |
| 107 | /> |
| 108 | ); |
| 109 | } |
| 110 | |
| 111 | export { |
| 112 | Drawer, |
Callers
nothing calls this directly
Tested by
no test coverage detected