MCPcopy Create free account
hub / github.com/code100x/chess / PlayerTitleProps

Interface PlayerTitleProps

apps/frontend/src/components/PlayerTitle.tsx:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Player } from "../screens/Game"
2
3interface PlayerTitleProps {
4 player: Player | undefined
5 isSelf?: boolean
6}
7
8export const PlayerTitle = ({player, isSelf}: PlayerTitleProps) => {
9 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected