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.
|
import Editor from '../../../editor/index';
|
|
/**
|
|
* 在代码块最后一行 按方向下键跳出代码块的处理
|
|
* @param editor 编辑器实例
|
|
*/
|
|
export default function bindEventJumpCodeBlock(editor: Editor): void;
|