import React from 'react'; import { headingExecute } from '../commands/title'; import { ICommand, ExecuteState, TextAreaTextApi } from './'; export const heading3: ICommand = { name: 'heading3', keyCommand: 'heading3', shortcuts: 'ctrlcmd+3', prefix: '### ', suffix: '', buttonProps: { 'aria-label': 'Insert Heading 3 (ctrl + 3)', title: 'Insert Heading 3 (ctrl + 3)' }, icon: