Files
zhibo/node_modules/hastscript/html.d.ts
T
xiaoyu ad03766572 init
2023-05-22 14:18:33 +08:00

10 lines
218 B
TypeScript

export {h} from './lib/html.js'
/**
* Acceptable child value
*/
export type Child = import('./lib/index.js').Child
/**
* Acceptable properties value.
*/
export type Properties = import('./lib/index.js').Properties