| 64 | } |
| 65 | |
| 66 | export interface DialogContentProps extends MotionSafeSectionAttributes {} |
| 67 | |
| 68 | const DialogContent = React.forwardRef<HTMLElement, DialogContentProps>( |
| 69 | ({ className, ...props }, ref) => { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…