const UILayoutItem = ({ children }) => { return (
{children}
); }; UILayoutItem.propTypes = { children: React.PropTypes.node };