MCPcopy
hub / github.com/langgenius/dify / IntrinsicElements

Interface IntrinsicElements

web/types/jsx.d.ts:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 namespace JSX {
8 // eslint-disable-next-line ts/consistent-type-definitions
9 interface IntrinsicElements {
10 'em-emoji': React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>
11 }
12 }
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected