HOME


Mini Shell 1.0
DIR: /home/otwalrll/satojafurnitures.com/wp-content/themes/blocksy/static/js/options/options/
Upload File :
Current File : /home/otwalrll/satojafurnitures.com/wp-content/themes/blocksy/static/js/options/options/jsx.js
import {
	createElement,
	Component,
	Fragment,
	memo,
	useMemo,
} from '@wordpress/element'

const Jsx = (props) => {
	const { option } = props

	if (option.render) {
		return option.render(props)
	}

	return null
}

export default Jsx