UNPKG

@contentful/rich-text-types

Version:

Type definitions and constants for the Contentful rich text field type.

13 lines (12 loc) 258 B
/** * Map of all Contentful marks. */ export declare enum MARKS { BOLD = "bold", ITALIC = "italic", UNDERLINE = "underline", CODE = "code", SUPERSCRIPT = "superscript", SUBSCRIPT = "subscript", STRIKETHROUGH = "strikethrough" }