({ ...props }: DialogPrimitive.Close.Props)
| 21 | } |
| 22 | |
| 23 | function DialogClose({ ...props }: DialogPrimitive.Close.Props) { |
| 24 | return <DialogPrimitive.Close data-slot="dialog-close" {...props} />; |
| 25 | } |
| 26 | |
| 27 | function DialogOverlay({ |
| 28 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected