DIR: /home/otwalrll/feedafricafarm.com/wp-content/themes/blocksy/static/js/options/options/ |
Current File : /home/otwalrll/feedafricafarm.com/wp-content/themes/blocksy/static/js/options/options/ct-divider.js |
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 |