MCPcopy Create free account
hub / github.com/cyberagiinc/DevDocs / ProcessingBlockProps

Interface ProcessingBlockProps

components/ProcessingBlock.tsx:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17interface ProcessingBlockProps {
18 isProcessing: boolean
19 stats?: ProcessingStats
20}
21
22export default function ProcessingBlock({ isProcessing, stats = {
23 subdomainsParsed: 0,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected