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