elementSelectByX.js 275 B

123456
  1. import { createXKey } from './utils';
  2. import { ElementSelect } from './elementSelect';
  3. export function ElementSelectByX(options) {
  4. return ElementSelect(Object.assign(Object.assign({}, options), { createGroup: createXKey }));
  5. }
  6. //# sourceMappingURL=elementSelectByX.js.map