Type alias SymbolIntrinsicElements

SymbolIntrinsicElements: SymbolIntrinsicHTMLElements & SymbolIntrinsicSVGElements

to get JSX symbol-based highlighting, assuming your source code directory is /src/, create the file /src/jsx.d.ts, then fill it with the following:

// path: `/src/jsx.d.ts`
export { SymbolIntrinsicElements as IntrinsicElements } from "./path/to/hzone/vanilla/jsx.ts"
export as namespace JSX

Generated using TypeDoc