browser.d.ts 252 B

123
  1. export function fromHtmlIsomorphic(value: string, options?: import("./index.js").Options | null | undefined): import("hast").Root;
  2. export type Root = import('hast').Root;
  3. export type FromHtmlIsomorphic = typeof import('./index.js').fromHtmlIsomorphic;