Type Alias: CoreDraftBlockType
CoreDraftBlockType =
"header-one"
|"header-two"
|"header-three"
|"header-four"
|"header-five"
|"header-six"
|"section"
|"article"
|"unordered-list-item"
|"ordered-list-item"
|"blockquote"
|"atomic"
|"code-block"
|"unstyled"
Core block types as defined in the Draft.js editor. These are the standard content block types available in rich text editing.