"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ElementHighlightByX = void 0; const utils_1 = require("./utils"); const elementHighlight_1 = require("./elementHighlight"); function ElementHighlightByX(options) { return (0, elementHighlight_1.ElementHighlight)(Object.assign(Object.assign({}, options), { createGroup: utils_1.createXKey })); } exports.ElementHighlightByX = ElementHighlightByX; //# sourceMappingURL=elementHighlightByX.js.map