UNPKG

@wordpress/block-library

Version:
7 lines (5 loc) 199 B
import { RawHTML } from '@wordpress/element'; export default function save( { attributes } ) { // Preserve the missing block's content. return <RawHTML>{ attributes.originalContent }</RawHTML>; }