7 lines
205 B
JavaScript
7 lines
205 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').Child} Child Acceptable child value
|
|
* @typedef {import('./lib/index.js').Properties} Properties Acceptable properties value.
|
|
*/
|
|
|
|
export {h} from './lib/html.js'
|