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

Interface OverflowMenuProps

app/components/OverflowMenu.tsx:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import { SettingsDialog } from './SettingsDialog'
12
13interface OverflowMenuProps {
14 bugReportsEnabled: boolean
15}
16
17export const OverflowMenu: FC<OverflowMenuProps> = ({ bugReportsEnabled }) => {
18 const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected