10 lines
256 B
JavaScript
10 lines
256 B
JavaScript
![]() |
/**
|
||
|
* @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'
|