6 lines
153 B
JavaScript
6 lines
153 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').Child} Child
|
|
* @typedef {import('./lib/index.js').Properties} Properties
|
|
*/
|
|
|
|
export {h} from './lib/html.js'
|