UNPKG

wix-style-react

Version:
10 lines (8 loc) 237 B
import PropTypes from 'prop-types'; const Content = props => props.children; Content.displayName = 'Page.Content'; Content.propTypes = { children: PropTypes.element.isRequired, fullScreen: PropTypes.bool, }; export default Content;