Block Title React component represents Content Block Title element that is usually used before Block Component (Content Block) or List Component (List Block / List View)
<ContentBlockTitle>Block Title</ContentBlockTitle>
<ContentBlock>...</ContentBlock>
<ContentBlockTitle>Another Block Title</ContentBlockTitle>
<List>...</List>
Renders to:
<div class="content-block-title">Block Title</div>
<div class="content-block">...</div>
<div class="content-block-title">Another Block Title</div>
<div class="list-block">...</div>
This component has no any properties