@difizen/mana-core
Version:
11 lines (10 loc) • 365 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.KeybindingContribution = void 0;
var _manaSyringe = require("@difizen/mana-syringe");
var KeybindingContribution = exports.KeybindingContribution = _manaSyringe.Syringe.defineToken('KeybindingContribution');
/**
* Allows extensions to contribute {@link common.Keybinding}s
*/