IOweb/node_modules/estree-util-build-jsx/index.d.ts
2026-07-03 15:07:38 -05:00

3 lines
155 B
TypeScript

export { buildJsx } from "./lib/index.js";
export type Options = import('./lib/index.js').Options;
export type Runtime = import('./lib/index.js').Runtime;