UNPKG

366 BTypeScriptView Raw
1/**
2 * @description 编辑区域 tab 的特殊处理
3 * @author wangfupeng
4 */
5import Editor from '../../editor/index';
6/**
7 * 编辑区域 tab 的特殊处理,转换为空格
8 * @param editor 编辑器实例
9 * @param tabDownEvents tab down 事件钩子
10 */
11declare function tabHandler(editor: Editor, tabDownEvents: Function[]): void;
12export default tabHandler;