File "dialog-text.js"

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

import Text from 'elementor-app/ui/atoms/text';

export default function DialogText( props ) {
	return (
		<Text variant="xs" { ...props } className={ `eps-dialog__text ${ props.className }` } />
	);
}

DialogText.propTypes = {
	...Text.propTypes,
};

DialogText.defaultProps = {
	...Text.defaultProps,
	tag: 'p',
	variant: 'sm',
};