UNPKG

element-react-codish

Version:
9 lines (6 loc) 178 B
import React from 'react' function firstChild(props) { const childrenArray = React.Children.toArray(props.children); return childrenArray[0] || null; } export {firstChild}