4 lines
252 B
TypeScript
4 lines
252 B
TypeScript
export function fromHtmlIsomorphic(value: string, options?: import("./index.js").Options | null | undefined): import("hast").Root;
|
|
export type Root = import('hast').Root;
|
|
export type FromHtmlIsomorphic = typeof import('./index.js').fromHtmlIsomorphic;
|