Function
DrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
Source from the content-addressed store, hash-verified
| 49 | DrawerHeader.displayName = "DrawerHeader"; |
| 50 | |
| 51 | const DrawerFooter = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => ( |
| 52 | <div className={cn("mt-auto flex flex-col gap-2 p-4", className)} {...props} /> |
| 53 | ); |
| 54 | DrawerFooter.displayName = "DrawerFooter"; |
| 55 | |
| 56 | const DrawerTitle = React.forwardRef< |
Callers
nothing calls this directly
Tested by
no test coverage detected