UNPKG

@wangeditor-next/code-highlight

Version:
9 lines (8 loc) 287 B
/** * @description 处理 beforeInput 事件 * @author wangfupeng */ import { IDomEditor } from '../../editor/interface'; import TextArea from '../TextArea'; declare function handleBeforeInput(e: Event, textarea: TextArea, editor: IDomEditor): void; export default handleBeforeInput;