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