UNPKG

wix-style-react

Version:
14 lines (10 loc) 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getItemAt = void 0; var _constants = require("./constants"); var getItemAt = function getItemAt(idx, base) { return base.$$("[data-hook=\"".concat(_constants.dataHooks.item, "\"]")).get(idx); }; exports.getItemAt = getItemAt;