@contentful/rich-text-types
Version:
Type definitions and constants for the Contentful rich text field type.
11 lines (10 loc) • 328 B
JavaScript
export var MARKS = /*#__PURE__*/ function(MARKS) {
MARKS["BOLD"] = "bold";
MARKS["ITALIC"] = "italic";
MARKS["UNDERLINE"] = "underline";
MARKS["CODE"] = "code";
MARKS["SUPERSCRIPT"] = "superscript";
MARKS["SUBSCRIPT"] = "subscript";
MARKS["STRIKETHROUGH"] = "strikethrough";
return MARKS;
}({});