/** * Markdown 快捷键:`![example](http://example.com "Optional title")[space]` 转换为 image * @param event * @param editor * @param next * @returns {*} */ export default function onSpace(event: any, editor: any, next: any): any;