Repository URL to install this package:
|
Version:
1.2.6 ▾
|
import React from 'react'
const ReactChildren = props => React.Children.only(props.children)
export { ReactChildren }
export default ReactChildren