MCPcopy Create free account
hub / github.com/danielpetho/fancy / ComponentSourceProps

Interface ComponentSourceProps

src/components/component-source.tsx:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { CodeSnippet } from "./code-snippet"
6
7interface ComponentSourceProps extends React.HTMLAttributes<HTMLDivElement> {
8 name: string
9}
10
11export function ComponentSource({
12 name,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected