import React from 'react'; import { ICommand } from './'; export const divider: ICommand = { keyCommand: 'divider', };