UNPKG

zent

Version:

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

4 lines (3 loc) 125 B
export function getKeyFromChildrenIndex(child, index, subPrefix = 'item') { return child.key || `${subPrefix}_${index}`; }