UNPKG

@vericus/slate-kit-bind-hotkey

Version:

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

5 lines 226 B
import { Plugin } from "slate"; import { TypeOptions } from "./options"; declare function createHotKeyPlugin(pluginOptions?: Partial<TypeOptions>): Plugin; export default createHotKeyPlugin; //# sourceMappingURL=index.d.ts.map