| 3 | import MediaCapture from './MediaCapture.tsx' |
| 4 | |
| 5 | export interface ScreenCaptureProps { |
| 6 | close: () => void |
| 7 | } |
| 8 | |
| 9 | export function ScreenCapture({ close }: ScreenCaptureProps) { |
| 10 | const { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…