Repository URL to install this package:
|
Version:
4.0.116 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
function renderList(props, state) {
console.debug('[Select] defaultRenderList', props.list);
function toItemWithState(item, index) {
return props.renderItem(item, props, state);
}
return props.list.map(toItemWithState);
}
exports.renderList = renderList; //# sourceMappingURL=renderProps.js.map