MCPcopy Create free account
hub / github.com/Fibi66/FeiControl / CoffeeMachineProps

Interface CoffeeMachineProps

src/components/Office3D/CoffeeMachine.tsx:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import type { Mesh } from 'three';
7
8interface CoffeeMachineProps {
9 position: [number, number, number];
10 onClick?: () => void;
11}
12
13export default function CoffeeMachine({ position, onClick }: CoffeeMachineProps) {
14 const [hovered, setHovered] = useState(false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected