UNPKG

@wangeditor/core

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