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

Interface TextNode

react-syntax-highlighter.d.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 | (TagNode<any> & Partial<Record<keyof TextNode, never>>)
7
8 export interface TextNode {
9 type: 'text'
10 value: string
11 }
12
13 export interface TagNode<T extends React.ElementType> {
14 tagName: T

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected