UNPKG

@wangeditor-next/code-highlight

Version:
9 lines (8 loc) 281 B
/** * @description 监听 onKeydown 事件 * @author wangfupeng */ import { IDomEditor } from '../../editor/interface'; import TextArea from '../TextArea'; declare function handleOnKeydown(e: Event, textarea: TextArea, editor: IDomEditor): void; export default handleOnKeydown;