MCPcopy Create free account
hub / github.com/borabaloglu/9ui / ThemeCodeProps

Interface ThemeCodeProps

apps/www/src/components/theme-code.tsx:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { highlighter } from "@/lib/rehype/syntax-highlighting"
8
9interface ThemeCodeProps {
10 css: string
11}
12
13export const ThemeCode = ({ css }: ThemeCodeProps) => {
14 const prettyCode = React.useMemo(() => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected