MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / ExampleCardProps

Interface ExampleCardProps

frontend/components/chat-example-panel.tsx:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Cloud, FileText, GitBranch, Palette, Zap } from "lucide-react"
4
5interface ExampleCardProps {
6 icon: React.ReactNode
7 title: string
8 description: string
9 onClick: () => void
10 isNew?: boolean
11}
12
13function ExampleCard({
14 icon,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected