You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
366 B
Plaintext

/**
* @description 编辑区域 tab 的特殊处理
* @author wangfupeng
*/
import Editor from '../../editor/index';
/**
* 编辑区域 tab 的特殊处理,转换为空格
* @param editor 编辑器实例
* @param tabDownEvents tab down 事件钩子
*/
declare function tabHandler(editor: Editor, tabDownEvents: Function[]): void;
export default tabHandler;