MCPcopy Create free account
hub / github.com/chronark/highstorm / CodeBlockProps

Interface CodeBlockProps

apps/web/components/code-block-wrapper.tsx:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { Collapsible, CollapsibleContent, CollapsibleTrigger } from "@/components/ui/collapsible";
8
9interface CodeBlockProps extends React.HTMLAttributes<HTMLDivElement> {
10 expandButtonTitle?: string;
11}
12
13export function CodeBlockWrapper({
14 expandButtonTitle = "View Code",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected