MCPcopy
hub / github.com/weaigc/bingo / ChatProgressProps

Interface ChatProgressProps

src/components/chat-progress.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import CheckMarkIcon from '@/assets/images/check-mark.svg'
4
5interface ChatProgressProps {
6 progress?: string[]
7}
8
9export function ChatProgress({ progress = [] }: ChatProgressProps) {
10 return progress?.length ? (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected