File "dialog-content.js"

Full Path: /home/warrior1/public_html/wp-content-20241001222009/plugins/elementor/app/assets/js/ui/dialog/dialog-content.js
File size: 194 bytes
MIME-type: text/plain
Charset: utf-8

export default function DialogContent( props ) {
	return (
		<div className="eps-dialog__content">
			{ props.children }
		</div>
	);
}

DialogContent.propTypes = {
	children: PropTypes.any,
};