UNPKG

contentful-rich-text-html-parser

Version:
5 lines (4 loc) 202 B
import { BLOCKS, INLINES, MARKS } from "@contentful/rich-text-types"; export declare const BLOCK_TYPES: BLOCKS[]; export declare const INLINE_TYPES: INLINES[]; export declare const MARK_TYPES: MARKS[];