Files
est-frame/node_modules/property-information/lib/hast-to-react.d.ts
2025-10-22 05:38:27 +00:00

11 lines
329 B
TypeScript
Executable File

/**
* `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>;