contentful-rich-text-html-parser
Version:
Convert any HTML to the Contentful Rich Text format
8 lines • 441 B
JavaScript
;
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