UNPKG

@vericus/slate-kit-bind-hotkey

Version:

a slate helper plugin to associate hotkey(s) to slate change

4 lines 202 B
import Options from "./options"; declare function createOnKeyDown(opts: Options): (event: any, editor: any, next: any) => boolean; export default createOnKeyDown; //# sourceMappingURL=onKeyDown.d.ts.map