/** * User pressed Delete in an editor: * Unwrap the blockquote if at the start of the inner block. */ export default function onBackspace(event: any, editor: any, next: any): any;