MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / CreateElementProps

Interface CreateElementProps

react-syntax-highlighter.d.ts:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17
18 export interface CreateElementProps {
19 node: SyntaxHighlightNode
20 stylesheet: import('react-syntax-highlighter').SyntaxHighlighterProps['customStyle']
21 style?: React.CSSProperties
22 useInlineStyles?: boolean
23 key: string | number
24 }
25
26 export default function createElement(
27 props: CreateElementProps,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected