import { Fragment, createElement, Component } from '@wordpress/element' import classnames from 'classnames' const Spacer = ({ option: { height = 10, attr: { class: className, ...attr } = {} }, }) => (
) Spacer.renderingConfig = { design: 'none' } export default Spacer