PATH:
home
/
lab2454c
/
carbonbullionexchange.com
/
wp-content
/
plugins
/
elementor
/
app
/
assets
/
js
/
ui
/
dialog
import Button from 'elementor-app/ui/molecules/button'; export default function DialogButton( props ) { return ( <Button { ...props } className={ `eps-dialog__button ${ props.className }` } /> ); } DialogButton.propTypes = { ...Button.propTypes, tabIndex: PropTypes.string, type: PropTypes.string, }; DialogButton.defaultProps = { ...Button.defaultProps, tabIndex: '0', type: 'button', };
[-] 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]