import { Editor } from "slate"; import { TypeOptions } from "../options"; export default function createOnKeyDown(opts: TypeOptions): (event: any, editor: Editor, next: any) => any; //# sourceMappingURL=index.d.ts.map