UNPKG

contentful-rich-text-html-parser

Version:
8 lines 441 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MARK_TYPES = exports.INLINE_TYPES = exports.BLOCK_TYPES = void 0; var rich_text_types_1 = require("@contentful/rich-text-types"); exports.BLOCK_TYPES = Object.values(rich_text_types_1.BLOCKS); exports.INLINE_TYPES = Object.values(rich_text_types_1.INLINES); exports.MARK_TYPES = Object.values(rich_text_types_1.MARKS); //# sourceMappingURL=constants.js.map