@contentful/rich-text-types
Version:
Type definitions and constants for the Contentful rich text field type.
20 lines (19 loc) • 600 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "INLINES", {
enumerable: true,
get: function() {
return INLINES;
}
});
var INLINES = /*#__PURE__*/ function(INLINES) {
INLINES["ASSET_HYPERLINK"] = "asset-hyperlink";
INLINES["EMBEDDED_ENTRY"] = "embedded-entry-inline";
INLINES["EMBEDDED_RESOURCE"] = "embedded-resource-inline";
INLINES["ENTRY_HYPERLINK"] = "entry-hyperlink";
INLINES["HYPERLINK"] = "hyperlink";
INLINES["RESOURCE_HYPERLINK"] = "resource-hyperlink";
return INLINES;
}({});