🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
10
node_modules/property-information/lib/hast-to-react.d.ts
generated
vendored
Normal file
10
node_modules/property-information/lib/hast-to-react.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
* `hast` is close to `React`, but differs in a couple of cases.
|
||||
*
|
||||
* To get a React property from a hast property, check if it is in
|
||||
* `hastToReact`, if it is, then use the corresponding value,
|
||||
* otherwise, use the hast property.
|
||||
*
|
||||
* @type {Record<string, string>}
|
||||
*/
|
||||
export const hastToReact: Record<string, string>
|
||||
Loading…
Add table
Add a link
Reference in a new issue