UNPKG

contentful-rich-text-html-parser

Version:
4 lines (3 loc) 278 B
import { Block, Inline, Text, TopLevelBlock } from "@contentful/rich-text-types"; import type { OptionsWithDefaults } from "./types.js"; export declare const processConvertedNodesFromTopLevel: (node: Block | Inline | Text, options: OptionsWithDefaults) => TopLevelBlock | null;