UNPKG

contentful-rich-text-html-parser

Version:
4 lines (3 loc) 195 B
import { Document } from "@contentful/rich-text-types"; import type { Options } from "./types.js"; export declare const htmlStringToDocument: (htmlString: string, options?: Options) => Document;