UNPKG

@elastic/charts

Version:

Elastic-Charts data visualization library

7 lines 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getLastDragSelector = getLastDragSelector; function getLastDragSelector(state) { return state.interactions.pointer.lastDrag; } //# sourceMappingURL=get_last_drag.js.map