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