Type Alias: RichTextBlockElement
type RichTextBlockElement: RichTextSection | RichTextList | RichTextQuote | RichTextPreformatted;
A helper union type of all Block Elements that can be used in a RichTextBlock.
type RichTextBlockElement: RichTextSection | RichTextList | RichTextQuote | RichTextPreformatted;
A helper union type of all Block Elements that can be used in a RichTextBlock.