RichTextRecord Constants
quip.apps.RichTextRecord.Style
enum quip.apps.RichTextRecord.Style {
    TEXT_PLAIN,
    TEXT_H1,
    TEXT_H2,
    TEXT_H3,
    TEXT_CODE,
    TEXT_BLOCKQUOTE,
    TEXT_PULL_QUOTE,
    LIST_BULLET,
    LIST_NUMBERED,
    LIST_CHECKLIST,
    HORIZONTAL_RULE,
    IMAGE
}
Constants representing different rich text styles available in the RichTextBox. Can be used in the allowedStyles prop in quip.apps.ui.RichTextBox to specify which styles should be allowed in the RichTextBox.