MCPcopy Create free account
hub / github.com/botbotrobotics/BotBrain / CameraViewProps

Interface CameraViewProps

frontend/src/components/camera-view.tsx:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { Maximize, Minimize } from 'lucide-react';
6
7interface CameraViewProps {
8 label: string;
9 className?: string;
10 width?: number;
11 height?: number;
12}
13
14export default function CameraView({
15 label,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected