PATH:
home
/
lab2454c
/
carbonbullionexchange.com
/
wp-content
/
plugins
/
elementor
/
app
/
assets
/
js
/
ui
/
dialog
import Heading from 'elementor-app/ui/atoms/heading'; export default function DialogTitle( props ) { return ( <Heading { ...props } className={ `eps-dialog__title ${ props.className }` } /> ); } DialogTitle.propTypes = { ...Heading.propTypes, className: PropTypes.string, }; DialogTitle.defaultProps = { ...Heading.propTypes, variant: 'h3', tag: 'h3', className: '', };
[-] dialog-wrapper.js
[edit]
[+]
..
[-] dialog-text.js
[edit]
[-] dialog.scss
[edit]
[-] dialog-button.js
[edit]
[-] dialog-title.js
[edit]
[-] dialog-actions.js
[edit]
[-] dialog-content.js
[edit]
[-] dialog.js
[edit]