🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
18
node_modules/hastscript/lib/html.js
generated
vendored
Normal file
18
node_modules/hastscript/lib/html.js
generated
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/**
|
||||
* @typedef {import('./core.js').HChild} Child
|
||||
* Acceptable child value.
|
||||
* @typedef {import('./core.js').HProperties} Properties
|
||||
* Acceptable value for element properties.
|
||||
* @typedef {import('./core.js').HResult} Result
|
||||
* Result from a `h` (or `s`) call.
|
||||
*
|
||||
* @typedef {import('./jsx-classic.js').Element} h.JSX.Element
|
||||
* @typedef {import('./jsx-classic.js').IntrinsicAttributes} h.JSX.IntrinsicAttributes
|
||||
* @typedef {import('./jsx-classic.js').IntrinsicElements} h.JSX.IntrinsicElements
|
||||
* @typedef {import('./jsx-classic.js').ElementChildrenAttribute} h.JSX.ElementChildrenAttribute
|
||||
*/
|
||||
|
||||
import {html} from 'property-information'
|
||||
import {core} from './core.js'
|
||||
|
||||
export const h = core(html, 'div')
|
||||
Loading…
Add table
Add a link
Reference in a new issue