import { Fragment, createElement, Component } from '@wordpress/element' const Notification = ({ option: { text = '', attr = {} } }) => (
) Notification.renderingConfig = { design: 'none' } export default Notification