whoami7 - Manager
:
/
home
/
analuakl
/
bents.in
/
wp-content
/
plugins
/
elementor
/
packages
/
elementor-ui
/
components
/
ui
/
Upload File:
files >> /home/analuakl/bents.in/wp-content/plugins/elementor/packages/elementor-ui/components/ui/text.js
import styled from 'styled-components'; import { getStyle } from 'e-utils'; import styles from 'e-styles/text'; const SharedText = styled.p.attrs( ( props ) => ( { as: props.tag } ) )`${ ( props ) => getStyle( styles, props, 'shared' ) }`; const Text = styled( SharedText )`${ ( props ) => getStyle( styles, props, 'unique' ) }`; Text.propTypes = { className: PropTypes.string, children: PropTypes.any, variant: PropTypes.oneOf( [ 'xxs', 'xs', 'sm', 'md', 'lg', 'xl' ] ), tag: PropTypes.string, }; Text.defaultProps = { className: '', tag: 'p', }; export default Text;
Copyright ©2021 || Defacer Indonesia