@vericus/slate-kit-bind-hotkey
Version:
a slate helper plugin to associate hotkey(s) to slate change
16 lines • 476 B
JavaScript
import * as tslib_1 from "tslib";
import { Record } from "immutable";
var defaultOptions = {
hotkeys: undefined,
commandName: undefined,
commandArgs: undefined,
};
var Options = /** @class */ (function (_super) {
tslib_1.__extends(Options, _super);
function Options() {
return _super !== null && _super.apply(this, arguments) || this;
}
return Options;
}(Record(defaultOptions)));
export default Options;
//# sourceMappingURL=options.js.map