({
...props
}: React.ComponentProps<typeof DialogPrimitive.Portal>)
| 19 | } |
| 20 | |
| 21 | function DialogPortal({ |
| 22 | ...props |
| 23 | }: React.ComponentProps<typeof DialogPrimitive.Portal>) { |
| 24 | return <DialogPrimitive.Portal data-slot="dialog-portal" {...props} /> |
| 25 | } |
| 26 | |
| 27 | function DialogClose({ |
| 28 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected