UNPKG

@yncoder/element-react

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