UNPKG

wix-style-react

Version:
11 lines (10 loc) 262 B
import PropTypes from 'prop-types'; var Content = function Content(props) { return props.children; }; Content.displayName = 'Page.Content'; Content.propTypes = { children: PropTypes.element.isRequired, fullScreen: PropTypes.bool }; export default Content;