UNPKG

@uiw/react-md-editor

Version:

A markdown editor with preview, implemented with React.js and TypeScript.

5 lines (4 loc) 423 B
/// <reference types="react" /> import { ICommand, TextAreaCommandOrchestrator } from '../../commands'; import { ContextStore, ExecuteCommandState } from '../../Context'; export default function shortcutsHandle(e: KeyboardEvent | React.KeyboardEvent<HTMLTextAreaElement>, commands?: ICommand[], commandOrchestrator?: TextAreaCommandOrchestrator, dispatch?: React.Dispatch<ContextStore>, state?: ExecuteCommandState): void;