PATH:
home
/
lab2454c
/
carbonbullionexchange.com
/
wp-content
/
plugins
/
elementor
/
app
/
assets
/
js
/
ui
/
dialog
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', };
[-] 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]