UNPKG

wix-style-react

Version:
5 lines (3 loc) 137 B
import { dataHooks } from './constants'; export const getItemAt = (idx, base) => base.$$(`[data-hook="${dataHooks.item}"]`).get(idx);