index.d.ts 109 B

12
  1. export { fromHtmlIsomorphic } from "./lib/index.js";
  2. export type Options = import('./lib/index.js').Options;