5 lines
107 B
JavaScript
5 lines
107 B
JavaScript
/**
|
|
* @typedef {import('./lib/runtime.js').JSXProps}} JSXProps
|
|
*/
|
|
|
|
export * from './lib/runtime-html.js'
|