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

15 lines
595 B
JavaScript

/**
* @typedef {import('./core.js').HChild} Child Acceptable child value
* @typedef {import('./core.js').HProperties} Properties Acceptable properties value.
*
* @typedef {import('./jsx-classic').Element} h.JSX.Element
* @typedef {import('./jsx-classic').IntrinsicAttributes} h.JSX.IntrinsicAttributes
* @typedef {import('./jsx-classic').IntrinsicElements} h.JSX.IntrinsicElements
* @typedef {import('./jsx-classic').ElementChildrenAttribute} h.JSX.ElementChildrenAttribute
*/
import {html} from 'property-information'
import {core} from './core.js'
export const h = core(html, 'div')