UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

26 lines (25 loc) 639 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const RichTextNodeType = { heading1: "heading1", heading2: "heading2", heading3: "heading3", heading4: "heading4", heading5: "heading5", heading6: "heading6", paragraph: "paragraph", preformatted: "preformatted", strong: "strong", em: "em", listItem: "list-item", oListItem: "o-list-item", list: "group-list-item", oList: "group-o-list-item", image: "image", embed: "embed", hyperlink: "hyperlink", label: "label", span: "span" }; exports.RichTextNodeType = RichTextNodeType; //# sourceMappingURL=richText.cjs.map