MCPcopy Create free account
hub / github.com/stackblitz/bolt.new / ShellCodeBlockProps

Interface ShellCodeBlockProps

app/components/chat/Artifact.tsx:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102});
103
104interface ShellCodeBlockProps {
105 classsName?: string;
106 code: string;
107}
108
109function ShellCodeBlock({ classsName, code }: ShellCodeBlockProps) {
110 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected