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

Interface PreProps

docs/styled-components.tsx:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102);
103
104interface PreProps {
105 readonly children: string;
106 readonly language: string;
107}
108
109export const CodeBlock = ({ children, language, ...props }: PreProps) => {
110 return (

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…