MCPcopy Index your code
hub / github.com/JedWatson/react-select / CodeBlockProps

Interface CodeBlockProps

docs/markdown/renderer.tsx:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144);
145
146interface CodeBlockProps {
147 codeinfo?: string[];
148 literal: string | null;
149 nodeKey?: string;
150}
151
152export const CodeBlock = ({
153 codeinfo,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…