/** * @typedef {import('./lib/index.js').Options} Options * @typedef {import('./lib/index.js').Runtime} Runtime * * @typedef {Options} BuildJsxOptions * To do: remove next major (replaced by `Options` ). */ export {buildJsx} from './lib/index.js'