UNPKG

@wordpress/block-library

Version:
10 lines (8 loc) 233 B
/** * WordPress dependencies */ import { RawHTML } from '@wordpress/element'; export default function save( { attributes } ) { // Preserve the missing block's content. return <RawHTML>{ attributes.originalContent }</RawHTML>; }