MCPcopy Create free account
hub / github.com/cloudflare/meet / SettingsDialogProps

Interface SettingsDialogProps

app/components/SettingsDialog.tsx:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17import { VideoInputSelector } from './VideoInputSelector'
18
19interface SettingsDialogProps {
20 onOpenChange?: (open: boolean) => void
21 open?: boolean
22 children?: ReactNode
23}
24
25export const SettingsButton = () => {
26 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected