UNPKG

estree-util-build-jsx

Version:

Transform JSX in estrees to function calls (for react, preact, and most hyperscript interfaces)

4 lines (3 loc) 155 B
export { buildJsx } from "./lib/index.js"; export type Options = import('./lib/index.js').Options; export type Runtime = import('./lib/index.js').Runtime;