UNPKG

zent

Version:

一套前端设计语言和基于React的实现

9 lines (8 loc) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getKeyFromChildrenIndex = getKeyFromChildrenIndex; function getKeyFromChildrenIndex(child, index) { return child.key || "item_" + index; }