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