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