Current path: home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/static/js/options/options/
?? Go up: /home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/static/js/options
import { Fragment, createElement, Component } from '@wordpress/element'
import classnames from 'classnames'
const Divider = ({ option: { attr: { class: className, ...attr } = {} } }) => (
<div className={classnames('ct-divider', className)} {...attr} />
)
Divider.renderingConfig = { design: 'none' }
export default Divider