7 lines
159 B
JavaScript
Executable File
7 lines
159 B
JavaScript
Executable File
/**
|
|
* @typedef {import('./lib/index.js').Options} Options
|
|
* @typedef {import('./lib/index.js').Runtime} Runtime
|
|
*/
|
|
|
|
export {buildJsx} from './lib/index.js'
|