MCPcopy
hub / github.com/system-ui/theme-ui / ThemeUIPrismProps

Interface ThemeUIPrismProps

packages/prism/src/index.tsx:30–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28type Token = Tokens[number][number]
29
30export interface ThemeUIPrismProps
31 extends Omit<
32 HighlightProps,
33 'children' | 'code' | 'language' | 'theme' | 'Prism'
34 > {
35 className: string
36 children: string
37 Prism?: HighlightProps['Prism']
38}
39export default function ThemeUIPrism({
40 children,
41 className: outerClassName = '',

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…