UNPKG

@elastic/charts

Version:

Elastic-Charts data visualization library

9 lines 400 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noModifierKeysPressed = void 0; exports.getModifierKeys = getModifierKeys; exports.noModifierKeysPressed = { shiftKey: false, ctrlKey: false, altKey: false, metaKey: false }; function getModifierKeys(overrides = {}) { return { ...exports.noModifierKeysPressed, ...overrides }; } //# sourceMappingURL=keys.js.map