UNPKG

zent

Version:

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

4 lines (3 loc) 97 B
export function getKeyFromChildrenIndex(child, index) { return child.key || `item_${index}`; }