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