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