| 25 | } |
| 26 | |
| 27 | export interface DialogProps extends MotionSafeDivAttributes { |
| 28 | onOpenChange?: (open: boolean) => void; |
| 29 | open?: boolean; |
| 30 | } |
| 31 | |
| 32 | function Dialog({ |
| 33 | children, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…