UNPKG

chayns-components

Version:

A set of beautiful React components for developing chayns® applications.

6 lines (5 loc) 207 B
import getList from './getList'; export default function getSelectedListItem(data, index, orm, inputValue) { return getList(data, orm, inputValue)[index]; } //# sourceMappingURL=getSelectedListItem.js.map