site/node_modules/hast-util-from-html/index.d.ts

7 lines
363 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
export { fromHtml } from "./lib/index.js";
export type DoNotTouchItRegistersData = typeof import("hast-util-from-parse5");
export type ErrorCode = import('./lib/index.js').ErrorCode;
export type ErrorSeverity = import('./lib/index.js').ErrorSeverity;
export type OnError = import('./lib/index.js').OnError;
export type Options = import('./lib/index.js').Options;