({
...props
}: React.ComponentProps<typeof DialogPrimitive.Close>)
| 25 | } |
| 26 | |
| 27 | function DialogClose({ |
| 28 | ...props |
| 29 | }: React.ComponentProps<typeof DialogPrimitive.Close>) { |
| 30 | return <DialogPrimitive.Close data-slot="dialog-close" {...props} /> |
| 31 | } |
| 32 | |
| 33 | function DialogOverlay({ |
| 34 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected