import React from 'react'; import PropTypes from 'prop-types'; import Box from '../../../components/ui/box'; const PopoverCustomBackground = ({ onClose }) => { return ; }; export default PopoverCustomBackground; PopoverCustomBackground.propTypes = { onClose: PropTypes.func, };