MCPcopy
hub / github.com/transloadit/uppy / ScreenCaptureProps

Interface ScreenCaptureProps

examples/react/src/ScreenCapture.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import MediaCapture from './MediaCapture.tsx'
4
5export interface ScreenCaptureProps {
6 close: () => void
7}
8
9export function ScreenCapture({ close }: ScreenCaptureProps) {
10 const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…